-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
FX autoquit disabled by default #4378
Conversation
Really short notes doesn't work well with delay based effects with the default decay settings of the FX autoquit system.
Testing to disable the |
If you do so, I think you should also do that for Anyway, I think this is a nice idea. 👍 |
Right, added. |
Is it ready for merge? |
Yes, but as it doesn't inform the user as to why the controls are frozen it could possibly be a bit annoying. I'm OK merging this however (and keep #4284 open). |
If you think so, you may drop the part before merging. |
@PhysSong Sorry for the delay. I don't have time to deal with this properly right now. Last time I looked at this I felt that it should be dealt with a proper 'minimum decay' fix instead instead of this more temporary fix. |
What's needed here is a I also looked into temporarily setting the knobs to 0.0f when disabled and even though this looked good it became much too complex to pull off properly. Conclusion. I think merge this in its current state and someone more into theming can look into greying out the disabled knobs later. |
Opened an issue for this here: #4749 |
Really short notes doesn't work well with delay based effects with the default decay settings of the FX autoquit system where the effect can cut out. Set autoquit as disabled by default. Decay and Gate knobs are now also disabled when autoquit is disabled.
Really short notes doesn't work well with delay based effects with the
default decay settings of the FX autoquit system. disable autoquit by
default.
In response to #4284
Supersedes #4291