1
0
Fork 0
This repository has been archived on 2019-12-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
arduinisten/projekte/soundz/midifnord/midi/readme.txt
2010-03-31 21:20:08 +02:00

50 lines
956 B
Text

This is the documentation for the midi package
==============================================
The modules follows the following naming convention:
MidiIn<StreamType>.py
---------------------
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.
MidiOut<StreamType>.py
----------------------
The MidiOut modules are event handlers, that reacts to events generated by a a Midi in module.
MidiInBase.py
---------------
The base class for input streams.
MidiOutBase.py
----------------
The base class for the output streams.
Internal modules
================
DataTypeConverters.py
---------------------
A collection of functions that converts the special data types used in midi files to and from strings.
constants.py
------------
A collection of constants from the midi spec.