X-Git-Url: https://scm.cri.ensmp.fr/git/minwii.git/blobdiff_plain/346a9b8e1fcfe30629f0d1ee4675e9e8f89890cf..4c4732c6ed8cb0aaa70fb2d4c6e5a958868c5349:/src/mxmMidi/readme.txt diff --git a/src/mxmMidi/readme.txt b/src/mxmMidi/readme.txt deleted file mode 100644 index d3c7431..0000000 --- a/src/mxmMidi/readme.txt +++ /dev/null @@ -1,50 +0,0 @@ -This is the documentation for the midi package -============================================== - - -The modules follows the following naming convention: - - -MidiIn.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.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. -