Mixxx DJ app and Python

David Hutto dwightdhutto at gmail.com
Tue Jan 29 11:06:17 EST 2013


On Mon, Jan 28, 2013 at 10:10 AM,  <mikprog at 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 software that does the same DJ thing?
>
> I have also found the pymixxx module that I could install... but I didn't find any documentation so far or example code that could help me start (I'm keeping on searching).
>
> Finally maybe that there is any DJ app that could be driven by pygame.midi?
>
> Any idea appreciated.
> Sorry to fail to be more specific.

I'd just go with a command line app that triggered a .wav file at
certain points using time.sleep(x)

Best Regards,
David Hutto
CEO: http://www.hitwebdevelopment.com



More information about the Python-list mailing list