Skip to content

Instantly share code, notes, and snippets.

@kmartinphd
kmartinphd / MIDIvis.ino
Created August 12, 2021 19:29 — forked from dmadison/MIDIvis.ino
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.
*
*/