AudioModule.midiReceive

MIDI 2.0 data received here.

data0: Header of the up to 128 bit MIDI 2.0 data. data1-3: Other packets if needed.

class AudioModule
public abstract @nogc nothrow
void
midiReceive
(
UMP data0
,
uint data1 = 0
,
uint data2 = 0
,
uint data3 = 0
)

Meta