Hi People, sorry about the bad english.

Hi People, sorry about the bad english.

I’m trying in a while to use MIDI signals to connect Neopixel LEDs.
It’s working, but becomes unstable when more than one MIDI note is sent to the stripe simultaneously.

Someone is interested in helping?

I’m using hairless MIDI:
http://projectgus.github.io/hairless-midiserial/

And Arduino Uno / Mega / Leo

I made some different tests in code, he is getting the midi messages, and recognizes note to LED and velocity to color. the last I’m trying to make it work is this:

http://pastebin.com/kNwpFZQz

And this is small show i did last year with my girlfriend using this code:

Cheers
Bruno from Rio de Janeiro

This is actually the FastLED forums. You might want to check out Adafruit’s support area for their library.

That being said, if you’re using multiple libraries, you’re better off using DotStars instead of Neopixels.