Package echonest :: Package remix :: Package support :: Package midi :: Module MidiInStream :: Class MidiInStream
[hide private]
[frames] | no frames]

Class MidiInStream

source code

Takes midi events from the midi input and calls the apropriate method in the eventhandler object
Instance Methods [hide private]
 
__init__(self, midiOutStream, device)
Sets a default output stream, and sets the device from where the input comes
source code
 
close(self)
Stop the MidiInstream
source code
 
read(self, time=0)
Start the MidiInstream.
source code
 
resetTimer(self, time=0)
Resets the timer, probably a good idea if there is some kind of looping going on
source code
Method Details [hide private]

read(self, time=0)

source code 

Start the MidiInstream.

"time" sets timer to specific start value.