Client.accumulateOutputMIDI

For VST3 client only. Format clients that split the buffers themselves (for automation precision) Need as well to accumulate MIDI output themselves.

class Client
public nothrow @nogc final
void
accumulateOutputMIDI
(
int frames
)

See Also

getAccumulatedOutputMidiMessages for how to get those accumulated messages for the whole buffer.

Meta