| 
    Control Surface
     
   1.1.0
   MIDI Control Surface library for Arduino 
   | 
 
This example demonstrates the use of LEDs that respond to incoming MIDI note events.
None.
If a MIDI Note On event for note 0x3C (C4 or middle C) is sent, the built-in LED will light up, if a Note Off event for that note is sent, the LED will turn off. 
 (A Note On event with a velocity of zero also counts as a Note Off event.)
Route the MIDI output of a MIDI keyboard to the Arduino's MIDI input. Then play a middle C on the keyboard.
Written by PieterP, 2019-02-07 
 https://github.com/tttapa/Control-Surface
 1.8.16