-
Notifications
You must be signed in to change notification settings - Fork 404
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
A moved FX leaves behind modulations #5348
Labels
Milestone
Comments
Oh good eyes |
OK yeah this is "all sorts of broken". The code tries to do stuff but it just doesn't work properly. This is a good one for regtests! |
Quick poll We have three gestures, swap, copy, and move swap and move are obvious copy should copy modulation also? I think 'yes' but want to be sure. |
baconpaul
added a commit
to baconpaul/surge
that referenced
this issue
Nov 11, 2021
1. With index modulators, we had an index error! 2. Clear the target and source appropriately 3. Add a reasonable regtest to make sure I don't break it in the future Closes surge-synthesizer#5348
baconpaul
added a commit
that referenced
this issue
Nov 11, 2021
1. With index modulators, we had an index error! 2. Clear the target and source appropriately 3. Add a reasonable regtest to make sure I don't break it in the future Closes #5348
Yeah I think it should. Or maybe with a modifier? |
I made it so it does :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description:
Modulations onto FX parameters are not moved when the FX is moved.
Surge Version
Version: Surge XT 0.9.nightly.3988237
Build: 2021-11-03 @ 15:09:11 on 'WIN-EH9TN3FK03B/pipeline' with 'MSVC-19.16.27045.0' using JUCE 60102
System: Windows 64-bit VST3 on Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
Host: Cakewalk by Bandlab
Reproduction Steps:
Steps to reproduce the behavior:
Expected Behavior:
The modulation should remain with the FX as it moves.
Screenshots:
.
Computer Information (please complete the following information):
.
Additional Information:
If fixing this bug, also look at the more complicated variant, where the user swaps FX slots (much more fun!).
The text was updated successfully, but these errors were encountered: