| Trees | Indices | Help |
|
|---|
|
|
object --+
|
MidiHandler
Class to encapsulate all the midi processing needed for getting input to a Raphsto model. Read in midi files using the midi library and load an midi.EventStream. Then use this class to get whatever form of data out of it you need for your input.
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
Get a list of emissions from the midi stream's note on events. Returns a 2-tuple of the list of emissions and their corresponding start times in midi ticks. |
Get a list of midi.slice.EventStreamSlices corresponding to the chunks that this midi stream will be divided into. This includes all midi events, not just note-ons. |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 26 16:04:57 2012 | http://epydoc.sourceforge.net |