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.
See Implementation
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.