MIDIInput.midiInCallback

If set, input data will be passed through this delegate

class MIDIInput
@nogc nothrow
void delegate(ubyte[] data, size_t timestamp) midiInCallback;

Meta