t-sin / soyboy-sp.vst3

Make some chiptune with penguins.
https://t-sin.github.io/soyboy-sp.vst3/
GNU General Public License v3.0
86 stars 2 forks source link

Sending waveform runs on the other thread #17

Closed t-sin closed 2 years ago

t-sin commented 2 years ago

Please note that messages from the processor to the controller must not be sent during the process call, as this would not be fast enough and would break the real time processing. Such tasks should be handled in a separate timer thread.

--- https://developer.steinberg.help/display/VST/VST+3+API+Documentation#VST3APIDocumentation-Privatecommunication

t-sin commented 2 years ago

Fixed by https://github.com/t-sin/soyboy-sp.vst3/commit/98bf3a4d2aba84e4d77d7959d57959899ec913ee