Re: Mixxx DJ app and Python

2013-01-29 Thread David Hutto
On Mon, Jan 28, 2013 at 10:10 AM, mikp...@gmail.com wrote: Hi guys, I am thinking of driving a DJ application from Python. I am running Linux and I found the Mixxx app. Does anyone know if there are python bindings, or if this is possible at all? or does anyone have experience with another

Re: Mixxx DJ app and Python

2013-01-29 Thread David Hutto
On Tue, Jan 29, 2013 at 11:06 AM, David Hutto dwightdhu...@gmail.com wrote: On Mon, Jan 28, 2013 at 10:10 AM, mikp...@gmail.com wrote: Hi guys, I am thinking of driving a DJ application from Python. I am running Linux and I found the Mixxx app. Does anyone know if there are python

Re: Mixxx DJ app and Python

2013-01-29 Thread David Hutto
Does anyone know if there are python bindings, or if this is possible at all? or does anyone have experience with another software that does the same DJ thing? Hydrogen, and audacity work perfectly together. What I was about to do is take the mic, get the soundtrack/beat to the song

Re: Mixxx DJ app and Python

2013-01-29 Thread David Hutto
On Tue, Jan 29, 2013 at 11:16 AM, David Hutto dwightdhu...@gmail.com wrote: Does anyone know if there are python bindings, or if this is possible at all? or does anyone have experience with another software that does the same DJ thing? Hydrogen, and audacity work perfectly together.

Re: Mixxx DJ app and Python

2013-01-29 Thread mikprog
On Tuesday, January 29, 2013 4:13:09 PM UTC, David Hutto wrote: [..] or does anyone have experience with another software that does the same DJ thing? Hydrogen, and audacity work perfectly together. Hi David, thanks for your reply. I am not sure though that this is going to help

Re: Mixxx DJ app and Python

2013-01-29 Thread David Hutto
On Tue, Jan 29, 2013 at 11:18 AM, mikp...@gmail.com wrote: On Tuesday, January 29, 2013 4:13:09 PM UTC, David Hutto wrote: [..] or does anyone have experience with another software that does the same DJ thing? Hydrogen, and audacity work perfectly together. Hi David, thanks for

Re: Mixxx DJ app and Python

2013-01-29 Thread Ben
This may not be too helpful, but I built a TCP server into the Mixxx application (in C++). I placed the server in ratecontroller (as I needed to vary the rate remotely). I then could send and receive TCP packets with a single board computer that ran a python client. It wasn't too bad. If you

Re: Mixxx DJ app and Python

2013-01-29 Thread David Hutto
On Tue, Jan 29, 2013 at 11:45 AM, Ben bungi...@gmail.com wrote: This may not be too helpful, but I built a TCP server into the Mixxx application (in C++). I placed the server in ratecontroller (as I needed to vary the rate remotely). I then could send and receive TCP packets with a single

Re: Mixxx DJ app and Python

2013-01-29 Thread mikprog
On Tuesday, January 29, 2013 4:45:18 PM UTC, Ben wrote: This may not be too helpful, but I built a TCP server into the Mixxx application (in C++). I placed the server in ratecontroller (as I needed to vary the rate remotely). I then could send and receive TCP packets with a single board

Re: Mixxx DJ app and Python

2013-01-29 Thread mikprog
On Tuesday, January 29, 2013 4:42:07 PM UTC, David Hutto wrote: [..] Well you can just use their(Mixx's) source code that they used from another wav form manipulation library(more than likely), after the trigger from the bluetooth. If you're talking voice, and music to sync, then

Re: Mixxx DJ app and Python

2013-01-29 Thread David Hutto
Thanks David. It seems that the code is in C++ so I should write Python wrappers myself, Or ctypes. which could be interesting, but given the time frame I have is just not possible, Pity :-( However I was not going to transmit sounds, but just commands to mix the sounds that are already in

Re: Mixxx DJ app and Python

2013-01-29 Thread alex23
On Jan 29, 1:10 am, mikp...@gmail.com wrote: I am thinking of driving a DJ application from Python. I am running Linux and I found the Mixxx app. Does anyone know if there are python bindings, or if this is possible at all? or does anyone have experience with another software that does the