MIDIInput

Undocumented in source.

Members

Functions

read
ubyte[] read()

Returns the content of the buffer and clears it.

start
int start()

Starts the MIDI input stream.

stop
int stop()

Stops the MIDI input stream.

Variables

lastStatusCode
int lastStatusCode;

The last status code returned by a function

midiInCallback
void delegate(ubyte[] data, size_t timestamp) midiInCallback;

If set, input data will be passed through this delegate

Meta