Skip to content

Commit

Permalink
Merge pull request #10852 from doteya/dj2go2_inv_tempo_10586
Browse files Browse the repository at this point in the history
Numark DJ2Go2: Fix inverted tempo fader
  • Loading branch information
Swiftb0y authored Sep 1, 2022
2 parents 80b9753 + 1742890 commit 6218f7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion res/controllers/Numark_DJ2GO2_Touch_scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
});

this.hotcueButtons = [];
Expand Down

0 comments on commit 6218f7c

Please sign in to comment.