-
Notifications
You must be signed in to change notification settings - Fork 403
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
Global Volume won't modulate. #6424
Comments
This problem has always been there. It is caused by this line surge/src/common/SurgeSynthesizer.cpp Line 4184 in beab6b1
which reads the parameter directly rather than the local copy / modulated value. |
The plan is: fix |
oh also we probably want to up the patch version number and clear any modulations onto global volume from old patches which we don't want to suddenly work. I think? @mkruselj your view here valued. |
That makes a lot of sense. If the mod didn't work in the first place obviously clearing it is the way to ensure the patches keep sounding the same. |
Yup upping the patch version makes sense. |
I dont want to up the patch version and change streaming response in 1.1.1 and this is neither a regression nor absolutely critical so I'm going to push it back into 1.1.x |
...even though it looks like it should.
In the UI, the global volume slider accepts modulation input from Macros, SLFO's or MIDI, but none of them will actually affect the output volume at all.
The text was updated successfully, but these errors were encountered: