1 This is the documentation for the midi package
2 ==============================================
5 The modules follows the following naming convention:
11 The MidiIn modules reads midi content for a specific type of stream. Ie. a file or a midi port. It then generates events and triggers them on a MidiOutStream.
14 MidiOut<StreamType>.py
15 ----------------------
17 The MidiOut modules are event handlers, that reacts to events generated by a a Midi in module.
23 The base class for input streams.
29 The base class for the output streams.
43 A collection of functions that converts the special data types used in midi files to and from strings.
49 A collection of constants from the midi spec.