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

Numark DJ2Go2: Fix inverted tempo fader #10852

Merged
merged 1 commit into from
Sep 1, 2022

Conversation

doteya
Copy link
Contributor

@doteya doteya commented Sep 1, 2022

Fix the inverted tempo fader moving issue.
Part of issue #10586 (lp1948596).

Fix the inverted tempo fader moving issue.
Part of issue mixxxdj#10586 (lp1948596).
@@ -94,7 +94,8 @@ DJ2GO2Touch.Deck = function(deckNumbers, midiChannel) {
this.tempoFader = new components.Pot({
group: "[Channel" + script.deckFromGroup(this.currentDeck) + "]",
midi: [0xB0 + midiChannel, 0x09],
key: "rate"
key: "rate",
invert: true
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DJ2GO2/DJ2GO2 Touch Tempo Fader sends MIDI Message,
Deck1 0xB0 0x09 value
Deck2 0xB1 0x09 value
value:
Top (Back-side) 0x00
Centre 0x40
Bottom (Front-side) 0x7F
This will be inverted from many other controllers.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense. I encounter similar behavior on an unmapped Numark controller that I have laying around. I wonder why this was not discovered by @fjordstrom

@Swiftb0y Swiftb0y merged commit 6218f7c into mixxxdj:2.3 Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants