This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Basic MIDI Visualizer | |
* by David Madison © 2017 | |
* www.partsnotincluded.com | |
* | |
* This is a basic MIDI visualizer using addressable LEDs, to demonstrate how | |
* Arduino's MIDI library works. Playing a note turns an LED on, stopping a note | |
* turns the LED off. Continuous controllers 21, 22, and 23 adjust the RGB color. | |
* | |
*/ |