I am very new to processing. I'm trying to get all midi data from a midi controller such as the Maschine, and trying to do fun things with that, but i haven't been able to find a library that actually prints out the midi data.
I've tried with themidibus and promidi with no luck. I get the midi devices listed, but when i press the buttons nothing happens. The functions for noteOn never gets called.
I have been able to do such things in the past with c / c++ but this time i need to do it in Java.