MidiQueue.getNextMidiMessages

Gets all the MIDI messages for the next frames samples. It is guaranteed to be in order relative to time. These messages are valid until the next call to getNextMidiMessages.

struct MidiQueue
nothrow @nogc
const(MidiMessage)[]
getNextMidiMessages
(
int frames
)

Meta