Skip to content

Commit

Permalink
Traktor Kontrol S2MK3: Fix beatloop roll
Browse files Browse the repository at this point in the history
  • Loading branch information
mi01 committed Dec 13, 2019
1 parent ce4a4a4 commit 1698b25
Showing 1 changed file with 0 additions and 4 deletions.
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 @@ -466,10 +466,6 @@ TraktorS2MK3.selectBeatjumpHandler = function (field) {
};

TraktorS2MK3.activateBeatjumpHandler = function (field) {
if (field.value === 0) {
return;
}

if (TraktorS2MK3.shiftPressed[field.group]) {
engine.setValue(field.group, "reloop_andstop", field.value);
} else {
Expand Down

0 comments on commit 1698b25

Please sign in to comment.