Skip to content

Commit

Permalink
Roland DJ-202: Bugfix sampler buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykos153 committed Apr 12, 2018
1 parent 159397f commit c400f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/controllers/Roland_DJ-202-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ DJ202.Deck = function (deckNumbers, offset) {
sendShifted: true,
shiftControl: true,
shiftOffset: 8,
number: samplerNumber[channel][i],
number: samplerNumber[channel][i-1],
});
}

Expand Down

0 comments on commit c400f32

Please sign in to comment.