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

Warning about controller_input_active in the log #10228

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

Warning about controller_input_active in the log #10228

mixxxbot opened this issue Aug 23, 2022 · 5 comments

Comments

@mixxxbot
Copy link
Collaborator

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:

```
Warning [Controller]: ControlDoublePrivate::getControl returning NULL for ( "[EffectRack1_EffectUnit1]" , "controller_input_active" )
```

The key controller_input_active is used in only 3 files:

I suppose that the EffectChainSlot object might be created after initialization of the controller mapping, which seems to be too late.

@mixxxbot
Copy link
Collaborator Author

Commented by: Be-ing
Date: 2020-11-26T06:49:50Z


The initialization of the effects system is a tangled web of spaghetti and I caution anyone against touching it before #2618 is merged.

@mixxxbot
Copy link
Collaborator Author

mixxxbot commented Aug 23, 2022

Commented by: ronso0
Date: 2020-11-26T08:17:42Z


I thought errors like this were recently fixed by #3329 ?
@git-developer Can you try again with a recent 2.3 build?

@mixxxbot
Copy link
Collaborator Author

Commented by: ubuntu-linux-user
Date: 2020-11-26T19:59:17Z


I cannot reproduce the problem on Ubuntu Focal using the build from ppa:mixxx/mixxxbetas (2.3 r7808).

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?

@mixxxbot
Copy link
Collaborator Author

Commented by: Holzhaus
Date: 2020-11-26T23:13:29Z


I'm pretty sure I fixed that issue in #2948.

@mixxxbot
Copy link
Collaborator Author

Commented by: Holzhaus
Date: 2020-11-26T23:15:50Z


Ah, looks like that's in in fact a different bug.

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

No branches or pull requests

1 participant