Feature suggestion: MIDI control of LED strips (using wired and/or wireless MIDI) #20
ohnoitsalobo
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've made a LED strip setup for a friend on his 61-key MIDI keyboard, using the Arduino MIDI Libray. It's a pretty simple setup in the technical sense.
There's also the Arduino wireless MIDI Library which is built directly on top of the regular MIDI library, and requires no external circuitry apart from the controller and LED strip.
My basic idea would be to embed a wireless MIDI subroutine that monitors for incoming connections, but otherwise does nothing while the main program runs.
MIDI-to-LED-mapping code
Something like that.
It's a bit of a tricky implementation, because:
It would be hard to come up with a single implementation to please everyone - and especially to scale it to an unknown number of LEDs - but it could be worth thinking about.
Beta Was this translation helpful? Give feedback.
All reactions