2 янв. 2014 г.

Conjure One - Sleep (ToughSound remix)

I'm glad to introduce our brand new remix of the beautiful Conjure One song 'Sleep'. We wanted to make this fabulous calm song more dynamic and allow dancing to it. Hope you will like it.



18 дек. 2013 г.

Больше всей жизни

Немного доработал аранжировку одной их своих недавних работ - "Больше всей жизни":

Хотелось заставить её звучать "поальтернативнее".

15 дек. 2013 г.

My latest remixes

Sometimes, in my spare time I like to produce a new sound of songs I hear on radio. Here are several songs remixed by me:

Mika Mendes - Magico:


Gotye - Somebody that I used to know:


Flo Rida ft Pitbull - I can't believe it:

29 авг. 2013 г.

How to turn on embedded graphics in IPython Notebook

I've recently discovered another great Python data analysis tool - IPython notebook. It is a web-based interactive computational environment where you can combine code execution, text, mathematics, plots and rich media into a single document:



I find it very useful and it makes me comfortable to make interactive computing using Python. Not only text, but all the graphics generated by a user can be embedded into an IPython document.This feature is turned off by default and thus we need to execute IPython Notebook application using the following key:

ipython notebook --pylab=inline

This command will start the notebook application. After it is loaded, you can try to check the embedded graphics feature by executing the sample code:

from pylab import *
x = linspace(0, 5, 10)
y = x ** 2
figure()
plot(x, y, 'r')
xlabel('x')
ylabel('y')
title('title')
show()

And you should see something like this:

26 авг. 2012 г.

New alternative Gotye song remix from ToughSound

We have just finished composing alternative style remix of Gotye's song ''Somebody that I used to know". Hope it sounds not so bad. We love the original version, but it was interesting to imagine how this song can sound in alternative manner. So, in addition to the numerous dance remixes, this is our vision of this really great song.