Skip to content

Commit d89e9cc

Browse files
committed
Roland DJ-202: Invert tempo fader
1 parent 7fa3c7c commit d89e9cc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

res/controllers/Roland_DJ-202-scripts.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ DJ202.Deck = function (deckNumbers, offset) {
6666
outKey: 'keylock',
6767
});
6868

69-
this.rate = new components.Pot({
69+
engine.setValue(this.currentDeck, "rate_dir", -1);
70+
this.tempoFader = new components.Pot({
7071
midi: [0xB0 + offset, 0x09],
7172
inKey: 'rate',
7273
});

res/controllers/Roland_DJ-202.midi.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
</control>
7979
<control>
8080
<group>[Channel1]</group>
81-
<key>DJ202.leftDeck.rate.input</key>
81+
<key>DJ202.leftDeck.tempoFader.input</key>
8282
<status>0xB0</status>
8383
<midino>0x09</midino>
8484
<options>

0 commit comments

Comments
 (0)