-
-
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
Warning about controller_input_active in the log #10228
Comments
Commented by: ronso0 I thought errors like this were recently fixed by #3329 ? |
Commented by: ubuntu-linux-user I cannot reproduce the problem on Ubuntu Focal using the build from I can reproduce the problem on Windows using build 2.2.4 (2.2 r6798) with the controller directory of branch 2.3. I'd like to check 2.3 on Windows, too, but I don't want to touch my stable installation. Is it possible to install 2.2 and 2.3 in parallel on Windows? |
Commented by: Holzhaus Ah, looks like that's in in fact a different bug. |
Reported by: ubuntu-linux-user
Date: 2020-11-26T06:24:15Z
Status: New
Importance: Undecided
Launchpad Issue: lp1905666
When Mixxx is started with a MIDI controller attached whose mapping uses a
components.EffectUnit
, the log contains following warning:The key
controller_input_active
is used in only 3 files:effectchainslot.cpp
midi-components-0.0.js
: L761, L775res/skins/LateNight/fx/singletons.xml
I suppose that the
EffectChainSlot
object might be created after initialization of the controller mapping, which seems to be too late.The text was updated successfully, but these errors were encountered: