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 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?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to