Skip to content

Commit

Permalink
Remove lines for checking for unhandled CCs (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMenting authored Feb 2, 2024
1 parent c2b053f commit 5261d87
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions shared/duo/MidiFunctions.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,6 @@ void midi_send_cc() {
void midi_handle_cc(uint8_t channel, uint8_t number, uint8_t value) {
if(channel == MIDI_CHANNEL) {
switch(number) {
case 65:
//turn glide on or off
break;
case 80:
//turn delay on or off
break;
case 81:
//turn crush on or off
break;
case 123: // All notes off
note_off();
sequencer.release_all_notes();
Expand Down

0 comments on commit 5261d87

Please sign in to comment.