Trees | Indices | Help |
|
---|
|
Interface to the PyGame mixer module, which is able to play fully formed midi files using Timidity. We play midi streams simply by outputing to a temporary midi file and playing that.
The alternative approach explored in sequencer_portmidi is much nicer in principle, but doesn't work.
|
|||
Sequencer Midi sequencer that outputs midi to a temporary file and plays it using PyGame's interface to the SDL mixer. |
|||
MusicEndWaiter Sets an endevent on the PyGame mixer so that it gets notified when the music comes to an end. |
|||
RealtimeSequencer Sends realtime midi events to midi devices through Pygame. |
|
|||
|
|||
|
|
|||
__package__ =
|
|
Returns a list of tuples with information about available midi devices, as returned by PyGame's get_device_info() function. The list indices correspond to pygame's device ids. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Nov 26 16:04:56 2012 | http://epydoc.sourceforge.net |