On Wednesday, March 30, 2011, Marcel Rodrigues <[email protected]> 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 .
