We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi everyone.
I want to be able to connect my midi Keyboard up to the computer and then output the audio to light up LEDs. I am wondering if anybody has done this or how to go about it? Ideally I would love to be able to manipulate the code so that whichever keys i am playing i can control the output effects (colour, fade, etc).
I know I will need to use an arduino as well but I am just not sure how to do all this. Any help would be greatly appreciated.
Thanks
Answers
For input, check out the libraries -- in particular for OSC and MIDIbus. This sounds like a job for OSC to me, but I don't have a lot of experience with midi.
Consider tackling the two parts (midi input control and arduino LED output control) separately, finding examples of each, then connecting them together.