| 
    Control Surface
     
   1.2.0
   MIDI Control Surface library for Arduino 
   | 
 
This is an example that demonstrates how to extend the library using your own MIDI Output Elements. The example declares a MIDI Output Element that sends MIDI Note events when a push button is pressed or released. It's a simplified version of the NoteButton class.
The internal pull-up resistor for the button will be enabled automatically.
Select the Arduino as a custom MIDI controller in your DAW, and use the MIDI learn option to assign the button to a function.
Written by PieterP, 2020-02-04 
 https://github.com/tttapa/Control-Surface