midilab / jc303

A Free Roland TB-303 Plugin for Windows, MacOS and Linux: VST2, VST3, LV2, CLAP and AU. A Juce port of Open303 engine.
https://midilab.co/jc303
GNU General Public License v3.0
114 stars 3 forks source link

fix render position within processBlock #9

Closed darrenmothersele closed 5 months ago

darrenmothersele commented 5 months ago

Suggesting a move of the call to render earlier in the for loop so that the note is set at the messagePosition for subsequent render calls. Without this there's an extra fill of the buffer up to the first midi message.

midilab commented 5 months ago

Great! thanks for point it out!

I will merge and asap release the 0.10.2 binaries.