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

[pygame] Re: New music gen, or OSC or MIDI projects?



On Wednesday, March 30, 2011, Marcel Rodrigues <marcelgmr@xxxxxxxxx> wrote:
> how to interact with MIDI devices (I wonder if the pygame.midi module do this -- I don't know how to use it),

I believe you can. pygame uses portmidi under the hood.
Take a look at http://www.pygame.org/docs/ref/midi.html#Output.write

If you want a midi synthesizer, here is a list:
http://wiki.python.org/moin/PythonInMusic  .