MidiQueue.accumNextMidiMessages

Another way to get MIDI messages is to pushBack them into an external buffer, in order to accumulate them for different sub-buffers. When you use this API, you need to provide a Vec yourself.

struct MidiQueue
nothrow @nogc
void
accumNextMidiMessages

Meta