[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] pygame.midi



On 17.08.2012 11:22, Martin Tarenskeen wrote:
> Any pygame.midi gurus here ?

I didn't write the pygame.midi or the pyportmidi stuff, but I did a
cleanup of the Cython code a while ago. For various reasons though
(among them the confusing situation regarding the different pyportidi
forks/code bases and the lack of a callback-based API), I switched to
RtMidi. I recently released a new Python binding for it. Give it a try
and if you have any questions about it, let me know.


http://pypi.python.org/pypi/python-rtmidi


Chris