Hi,
I'm new to Processing and want to make a program that reacts to some MIDI input.
I have the MIDI input setup on my laptop and have tested it with Native Instruments Massive, and can make music from my Wii Guitar Hero guitar hooked up via bluetooth. I use GlovePIE to convert the Wii input to MIDI output.
Anyway, the missing link is this chain is Processing. Instead of sending directly to Massive to make the noise, I want to send directly to Processing, do some work on the screen, and then send the MIDI signals to Massive to produce the noise.
Actually, it doesnt make a difference if I output from Processing, because I can simultaneously send to Massive and Processing, so the MIDI input is the important part for the moment.
So anyway, like I said, this is my first project using Processing. I have some Java and C++ experience so the programming itself will not be a problem.
What I'm asking for is advice as to what libraries to use, as well as any tutorials/source to get me started with writing code that reacts to MIDI inputs.
Thanks.
1