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
Bug description
Double-clicking to reset a blue slider (modulation amount) that is linked to release velocity doesn't actually reset the mod amount value.
Surge Version
Latest nightly, VST3 64 bits.
Steps to reproduce the behavior
Open stock patch of Surge.
Select Velocity in the routing bar.
Switch to release velocity
Engage routing mode
Drag OSC Pitch's blue slider all the way, for example. (increase AEG release to hear the effect)
Double-click on the blue slider to reset it to 0. On screen it goes back to center, but it is still being modulated.
Disengage, then re-engage routing mode. The slider will be back to where it was before.
Expected behavior
Double-clicking should reset the modulation amount to 0 correctly.
The text was updated successfully, but these errors were encountered:
What's happening is the double-click is resetting the UI element (great!) and the velocity modulation (only half great). The only half great is because with release velocity selected you want to reset that modulation.
Excellent bug report. Should be able to squash it shortly.
baconpaul
added a commit
to baconpaul/surge
that referenced
this issue
Nov 3, 2019
In Release Mode the double-click mapping for resetting a modulation
vecoted to Velocity still. Use the 'thisms' trick to look up the
alternate from my gui element.
Closessurge-synthesizer#1272
In Release Mode the double-click mapping for resetting a modulation
vecoted to Velocity still. Use the 'thisms' trick to look up the
alternate from my gui element.
Closes#1272
Bug description
Double-clicking to reset a blue slider (modulation amount) that is linked to release velocity doesn't actually reset the mod amount value.
Surge Version
Latest nightly, VST3 64 bits.
Steps to reproduce the behavior
Expected behavior
Double-clicking should reset the modulation amount to 0 correctly.
The text was updated successfully, but these errors were encountered: