ModuleManager.midiReceive

MIDI commands are received here from modules.

data: up to 128 bits of MIDI 2.0 commands. Any packets that are shorter should be padded with zeros. offset: time offset of the command. This can reduce jitter caused by the asynchronous operation of the sequencer and the audio plugin system.

class ModuleManager
public @nogc nothrow
void
midiReceive
(
uint[4] data
,
uint offset
)

Meta