| 
    Control Surface
     
   1.1.0
   MIDI Control Surface library for Arduino 
   | 
 
This example demonstrates the use of addressable LEDs that respond to incoming MIDI note events.
If a MIDI Note On event for note 0x3C (C4 or middle C) is sent, the first LED will light up, if a Note Off event for that note is sent, the LED will turn off. 
 If a MIDI Note On event for note 0x3D (C#4) is sent, the second LED will light up, etc. 
 (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 and some notes above it on the keyboard.
Written by PieterP, 2019-10-15 
 https://github.com/tttapa/Control-Surface
 1.8.16