ménage (par le vide)
[minwii.git] / src / mxmMidi / readme.txt
diff --git a/src/mxmMidi/readme.txt b/src/mxmMidi/readme.txt
deleted file mode 100644 (file)
index d3c7431..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-This is the documentation for the midi package\r
-==============================================\r
-\r
-\r
-The modules follows the following naming convention:\r
-\r
-\r
-MidiIn<StreamType>.py\r
----------------------\r
-\r
-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.\r
-\r
-\r
-MidiOut<StreamType>.py\r
-----------------------\r
-\r
-The MidiOut modules are event handlers, that reacts to events generated by a a Midi in module.\r
-\r
-\r
-MidiInBase.py\r
----------------\r
-\r
-The base class for input streams.\r
-\r
-\r
-MidiOutBase.py\r
-----------------\r
-\r
-The base class for the output streams.\r
-\r
-\r
-\r
-\r
-\r
-\r
-Internal modules\r
-================\r
-\r
-\r
-DataTypeConverters.py\r
----------------------\r
-\r
-A collection of functions that converts the special data types used in midi files to and from strings.\r
-\r
-\r
-constants.py\r
-------------\r
-\r
-A collection of constants from the midi spec.\r
-\r