Mixxx DJ app and Python

alex23 wuwei23 at gmail.com
Tue Jan 29 22:43:16 EST 2013


On Jan 29, 1:10 am, mikp... at 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 same DJ thing?

The simplest way I think would be to control Mixxx via midi, using
something like pyPortMidi:

http://alumni.media.mit.edu/~harrison/code.html

If that doesn't give you the full range of control you're after,
perhaps you could use ctypes to wrap Mixxx's code libraries?



More information about the Python-list mailing list