Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions res/controllers/Traktor-Kontrol-S2-MK3-hid-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,6 @@ TraktorS2MK3.registerInputPackets = function() {
for (let i = 1; i <= 16; ++i) {
engine.softTakeover("[Sampler" + i + "]", "pregain", true);
}

// Dirty hack to set initial values in the packet parser
const data = [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
TraktorS2MK3.incomingData(data);
};

TraktorS2MK3.registerInputJog = function(message, group, name, offset, bitmask, callback) {
Expand Down
4 changes: 0 additions & 4 deletions res/controllers/Traktor-Kontrol-S3-hid-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -1750,10 +1750,6 @@ TraktorS3.Controller.prototype.registerInputPackets = function() {
engine.connectControl(ch, "end_of_track",
TraktorS3.bind(TraktorS3.Channel.prototype.endOfTrackHandler, chanob));
}

// Dirty hack to set initial values in the packet parser
const data = [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
TraktorS3.incomingData(data);
};

TraktorS3.Controller.prototype.registerInputJog = function(message, group, name, offset, bitmask, callback) {
Expand Down