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
Fix 3 VST3 problems
1. getParamNormalized when called out of range returns 0 since it is Param
2. begin/end edit nest guard, and a comment explaining where the silly nesting
comes from in the vst3
3. set parameter automated sets external to true to do UI animation
Also remove a specious stdout in Storage as I cleaned up to 0 stdout
Closessurge-synthesizer#1179Closessurge-synthesizer#1180
Fix 3 VST3 problems
1. getParamNormalized when called out of range returns 0 since it is Param
2. begin/end edit nest guard, and a comment explaining where the silly nesting
comes from in the vst3
3. set parameter automated sets external to true to do UI animation
Also remove a specious stdout in Storage as I cleaned up to 0 stdout
Closes#1179Closes#1180
Discovered while playing with #1179 basically automate something and the engine changes but the UI does not.
Must be not pushing through the idle loop properly like we do for the VST2 and AU.
The text was updated successfully, but these errors were encountered: