You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that should being if _processing and not if _active inside the condition
but even with that change Reaper wont work because Reaper has a weird thing when you toggle a vst3 off that it calls setProcessing(false) then immediately setprocessing(true).
Schwa and I bang it out on that thread. Basically we need to deal with setProcessing always being true in vst3s while still doing flush. I have a plan.
params::requestFlush basically sets _requestFlush
clap-wrapper/src/wrapasvst3.cpp
Line 1214 in 705df27
that then calls flush here
So there's two problems
This is the cause of baconpaul/six-sines#54
The text was updated successfully, but these errors were encountered: