Skip to content

Commit

Permalink
Add MIDI Interface to example tttapa/MIDI_controller#97
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Dec 13, 2019
1 parent 19556f6 commit aa4086f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

#include <AH/STL/algorithm> // std::any_of

USBMIDI_Interface midi; // MIDI Interface to use

Bank<4> bank(16);

// Create a new bank selector that changes the bank setting of the bank we just
Expand Down

0 comments on commit aa4086f

Please sign in to comment.