Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VST3 macOS reaper doesn't update UI when automated #1180

Closed
baconpaul opened this issue Sep 17, 2019 · 0 comments · Fixed by #1181
Closed

VST3 macOS reaper doesn't update UI when automated #1180

baconpaul opened this issue Sep 17, 2019 · 0 comments · Fixed by #1181

Comments

@baconpaul
Copy link
Collaborator

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.

baconpaul added a commit to baconpaul/surge that referenced this issue Sep 17, 2019
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 surge-synthesizer#1179
Closes surge-synthesizer#1180
baconpaul added a commit that referenced this issue Sep 17, 2019
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 #1179
Closes #1180
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant