We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi, I'm new to processing, coming from the Pure Data/Max MSP world. I'm looking to find a way to get IAC bus driver input into processing to control image rendering, or just to get any type of midi input into processing.
Please help. Are there Libraries for this kind of thing?
Overall goal is to make visualizations such as -
Thank you
Answers
The MidiBus library is the easiest way to get started with MIDI in Processing. If you set up a virtual MIDI port then the library should detect it, and you just need to set the right input and output devices.
Hope that helps.
yes! respect. Helped alot.