Skip to content

Instantly share code, notes, and snippets.

View ciaranha's full-sized avatar

Ciarán Hanrahan ciaranha

View GitHub Profile
@dmadison
dmadison / MIDIvis.ino
Created June 2, 2017 12:57
Basic MIDI Visualizer with Arduino
/*
* 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.
*
*/