Skip to content

An arduino sketch that will turn midi signals into colorful neopixel (WS2812) signals

Notifications You must be signed in to change notification settings

blhack/midiChase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

###Midi Chase

To use this, you'll need a way of interfacing a midi signal generator (a controller) with your arduino. I am using a midi shield I bought on amazon, but a simple opto-coupler would work too.

This sketch assumes that you are using an arduino UNO/Duecmilblahblah or other non-mega arduino. If you want to use a mega (and get more serial ports, like for debugging), change the line that says:

MIDI_CREATE_INSTANCE(HardwareSerial, Serial, MIDI);

to

MIDI_CREATE_INSTANCE(HardwareSerial, Serial1, MIDI);

And connect the appropriate pins together. In my case, it meant connecting the pin (on the midi shield) that normally plugs into the RX on my arduino into RX1 on the mega.

Read through the code, it is well commented.

About

An arduino sketch that will turn midi signals into colorful neopixel (WS2812) signals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%