Skip to content

Commit

Permalink
Traktor S2 Mk1: Playlist -> Library
Browse files Browse the repository at this point in the history
  • Loading branch information
leifhelm committed Jul 9, 2023
1 parent 5016898 commit 03acb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/controllers/Traktor-Kontrol-S2-MK1-hid-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@ class TraktorS2MK1Class {
InputReport0x02.addControl("[Master]", "!crossfader", 0x2F, "H", 0xFFFF, false, this.crossfader.bind(this));
InputReport0x02.addControl("[Master]", "headMix", 0x31, "H");
InputReport0x02.addControl("[Master]", "!samplerGain", 0x13, "H", 0xFFFF, false, this.samplerGainKnob.bind(this));
InputReport0x02.addControl("[Playlist]", "!browse", 0x02, "B", 0xF0, false, this.browseEncoderCallback.bind(this));
InputReport0x02.addControl("[Library]", "!browse", 0x02, "B", 0xF0, false, this.browseEncoderCallback.bind(this));

// Soft takeover for knobs

Expand Down

0 comments on commit 03acb98

Please sign in to comment.