Skip to content

Commit

Permalink
Merge pull request #4659 from Swiftb0y/pioneer-ddj-sb3-shift-fix
Browse files Browse the repository at this point in the history
Pioneer-DDJ-SB3: fix shift button release
  • Loading branch information
uklotzde committed Feb 3, 2022
2 parents 4a99d71 + 9ffecb8 commit 05d0a59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion res/controllers/Pioneer-DDJ-SB3-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ PioneerDDJSB3.Deck = function(deckNumber) {
} else {
theDeck.unshift();
PioneerDDJSB3.shiftPressed = false;
PioneerDDJSB3.headphoneLevel.unshift();
for (i = 0; i < PioneerDDJSB3.shiftListeners.length; i++) {
PioneerDDJSB3.shiftListeners[i](group, false);
}
Expand Down

0 comments on commit 05d0a59

Please sign in to comment.