-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 parameters reset after "OK" in preferences #10388
Comments
Commented by: toszlanyi |
Commented by: toszlanyi Bug #1803580 seems similar. In there is a solution to avoid changes of FX parameters when preferences are changed. -> In Preference window press To solve the periodically occurrence when restart Mixxx you can setup your FX parameters and then copy for Linux based OS this could look like: #!/bin/bash |
Commented by: daschuer I can confirm this with the current 2.3 beta |
Commented by: ronso0 Is this reproducible with Mixxx' built-in effects only or with external LV2 effects involved? |
Commented by: daschuer I can confirm this with internal effects only. |
Issue closed with status Fix Committed. |
Reported by: toszlanyi
Date: 2021-04-07T06:17:47Z
Status: Fix Committed
Importance: Medium
Launchpad Issue: lp1922854
Tags: effects, preferences
Attachments: [This little screendump shows the effect](https://bugs.launchpad.net/bugs/1922854/+attachment/5485058/+files/This little screendump shows the effect)
effects.xml
should always store FX parameters until I change them inside the GUI. That unfortunately never worked for me. Was long time on KDE neon, then interim on Manjaro and now running EndeavourOS. Always the same issue, FX are reset to default parameter settings randomly, e.g. when closing Mixxx and start it up again. If several items are changed in the preferences window then this bug can be reproduced. I tried with changing sound output, change Live stream from one to another and even changing the default color for the Hot Cue resets FX parameters when pressingOK
in the preferences window. It does not reset when pressingApply
though.Depending on the FX used this can lead to disturbed or no sound during a Mixxx session (e.g. the moog filter defaults to LPF=0 that results in no sound at all)
Solution:
I tried with 2.3.0-beta (build makepkg r8110) & latest Beta (downloaded Apr, 7th).
Bug #1795661 was similar but closed without solution
PR #2618 seems to resolve the issue but is targeted towards Mixxx 2.4. When trying the PR #2618 I only checked for updates inside the Preferences window but not long term about FX parameters reset over sessions periodically.
This should be treated as critical bug because it can harm a live session if one must change a setting in preferences while playing.
Edit: The log file doesn't show anything about this behavior.
The text was updated successfully, but these errors were encountered: