Skip to content

Commit

Permalink
Traktor S2 Mk1: remove linkOutput
Browse files Browse the repository at this point in the history
  • Loading branch information
leifhelm committed Jul 2, 2023
1 parent 92c842a commit 9011bf3
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 @@ -143,7 +143,7 @@ class DeckClass {
hidReport.addOutput(this.channel, name, config, "B");
}
linkLed(name, callback) {
this.controller.linkOutput(this.channel, name, this.channel, name, callback.bind(this));
engine.makeConnection(this.channel, name, callback.bind(this));
}
volume(field) {
setFaderParameter(this.channel, "volume", field.value, this.calibration.volume);
Expand Down

0 comments on commit 9011bf3

Please sign in to comment.