Skip to content

Commit

Permalink
fix: Do not have midi thru on by default
Browse files Browse the repository at this point in the history
  • Loading branch information
madskjeldgaard authored May 10, 2024
1 parent 7ca8890 commit f6f3674
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ void setup() {
usbMidi.begin();
MIDI.begin();

// Turn midi thru off
MIDI.turnThruOff();

// Set the MIDI note on handling function
MIDI.setHandleNoteOn(handle_midi_note_on);

Expand Down

0 comments on commit f6f3674

Please sign in to comment.