Maciej Bliziński wrote:
For the last couple of days, I've been looking for a Python midi
library. I'm generally interested in sending MIDI events via ALSA. It
seems like everything out there is pretty old; packages are from 2003
or 2005. Some packages don't seem to be really used, for instance
portmidi doesn't even support installing it system-wide; you can
compile it and... no make install for you.

I haven't used the PortMidi bindings that are in the Cheeseshop at http://pypi.python.org/pypi/pyPortMidi/0.0.3

but I've used PortMidi extensively from C++ code and have had excellent results with it.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to