Skip to content

Commit

Permalink
Bugfix in SteinbergCC121.device.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirco Lukas committed Jun 22, 2018
1 parent 374c73c commit a7e908b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SteinbergCC121.device.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ function onMidiDevice(status, data1, data2) {
parameterBank.selectedPageIndex().set(1);
parameterNumber = 3;
break;
default:
return;
}
parameterBank.getParameter(parameterNumber).inc(changeValue, ENCODER_RESOLUTION);
} else if (isNoteOn(status) && data2 > 0) {
Expand Down

0 comments on commit a7e908b

Please sign in to comment.