Skip to content

Commit

Permalink
Roland DJ-505: Remove unused param from PitchPlayMode.outputColor func
Browse files Browse the repository at this point in the history
  • Loading branch information
Holzhaus committed May 21, 2019
1 parent 7783ba4 commit defd711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/controllers/Roland_DJ-505-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,7 @@ DJ505.PitchPlayMode = function (deck, offset) {
mode: this,
outConnect: false,
off: DJ505.PadColor.OFF,
outputColor: function(id, dim) {
outputColor: function(id) {
// For colored hotcues (shifted only)
var color = this.colors[id];
this.send((this.mode.cuepoint === this.number) ? color : (color + DJ505.PadColor.DIM_MODIFIER));
Expand Down

0 comments on commit defd711

Please sign in to comment.