Skip to content
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

EQs and QuickEffect disabled by inaccessible controls #10737

Open
mixxxbot opened this issue Aug 23, 2022 · 3 comments
Open

EQs and QuickEffect disabled by inaccessible controls #10737

mixxxbot opened this issue Aug 23, 2022 · 3 comments

Comments

@mixxxbot
Copy link
Collaborator

mixxxbot commented Aug 23, 2022

Reported by: ronso0
Date: 2022-05-23T19:05:55Z
Status: Confirmed
Importance: High
Launchpad Issue: lp1975530
Tags: effects, eq


I experienced this once while working on #4667, and I thought it was caused by switching between main and 2.3 while testing.
Now this was also reported on the forums https://mixxx.discourse.group/t/reloop-terminal-mix-2-equalizer-knobs-not-working/24924/12 and we figured it was caused by the same controls. The forum user appearantly had this issue right from the beginning after installing Mixxx.

Interestingly we both use a Reloop TerminalMix2/4, though I'm like 80% sure I didn't use the controller while working on the EQ preferences page.
EDIT: the forum user also had a main (2.4-alpha) installed earlier.

These controls are stored with '0' in the config:

[EqualizerRack1_[ChannelN]]
group_[ChannelN]_enable 0
[QuickEffectRack1_[ChannelN]]
group_[ChannelN]_enable 0

These are not used in the TerminalMix mapping.
Removing those lines restores the EQ and QuickEffect.

@mixxxbot
Copy link
Collaborator Author

Commented by: ronso0
Date: 2022-05-23T20:03:06Z


controls are created in EffectChainSlot::registerInputChannel, but I can't trace where the crucial toggle command comes from.
I managed to reproduce the issue for [QuickEffectRack1_[ChannelN]] with 2.3 when switching between Shade and Deere and messing with Pref > EQ (clear EQ effect and tick "Bypass EQ processing")

@mixxxbot
Copy link
Collaborator Author

Commented by: ronso0
Date: 2022-05-23T20:05:46Z


Hopefully just happens when switching back to 2.3, but if it happens this is impossible to fix, except you know what you're looking for (like in the forum thread), so this report is actually just documentation of my experience so others know it, too :)

@mixxxbot mixxxbot transferred this issue from another repository Aug 24, 2022
@Firewolf34
Copy link

I experienced this issue on the latest mixxx 2.3.5 from PPA, 2023-05-24. Thank you for documenting this, because the fix above worked. For the record, I am also using a controller mapping, the built-in one for Traktor Kontrol S4 MK2 (not MK3)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants