Hello,
From my understanding, the processBlock method deals with both audio and midi.
But what if midi needs to be delivered more often than audio ?
With big buffer size the processBlock is being called with a long delay, which can make the timing of the midi messages innacurate.
(EX :
Samplerate=44100.0 BufferSize=6912
156.7ms between each call of processBlock.
Bpm=200 means that an eighth note is about 150ms)
How to handle it ?
Many thanks
