-
-
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
controllers: fix Numark DJ2GO2 Touch sliders and knobs #4835
Conversation
Fix input for sliders and knobs to use single byte value, since all are on single CC status message. Fix direction of tempo sliders. Resolves: lp1948596
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey there, thank you for taking the time to address a bug within mixxx.
remove line hardcoding tempo slider direction that affects user configurable settings
Great. So to confirm, irregardless of the actual slider direction in the mixxx UI, when you move the slider to the + region on the controller, the slider within also goes towards + (and vice versa)? |
In order to merge your PR, we must kindly ask you to sign our contributor agreement. Thanks. |
Yes, this is the intended effect. I re-checked the current branch head with default settings and it works. |
Done, thank you |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you very much.
Also quick question @fjordstrom: |
@Swiftb0y the incorrect center occurs on mine as well, as is caused by the same issue with parsing two midi messages as one single value. This pull request fixes this too (tempo sliders center properly at 0% ) |
(for reference, I have tested the controller on release 2.3 with default settings and the controller scripts and mapping present in the release, as well as with the fix, and checked midi messages with midisnoop to verify consistency) |
Ah, yes. Upon closer inspection of the XML I actually see the problem. My fault this slipped through the initial review. This makes sense. Thank you for clarifying and submitting this patch. |
Fix input for sliders and knobs to use single byte value, since all
are on single CC status message.
Fix direction of tempo sliders.
Resolves: lp1948596