#include <MidiInput.h>
Inheritance diagram for MidiInput::
Public Methods | |
MidiInput (unsigned int id) | |
Constructor. More... | |
~MidiInput () | |
Destructor. | |
void | start () |
Start polling for input data. | |
void | stop () |
Start polling for input data. | |
unsigned int | poll (EventVector *events) |
Poll the MIDI device for a vector of input events. More... | |
Private Attributes | |
Midi * | midi |
Handle to the current MIDI device instance. |
|
Constructor.
|
|
Poll the MIDI device for a vector of input events.
Reimplemented from InputObject. |