Which library would you recommend to receive MIDI messages in Processing (running in Windows) ?
I’ve seen there’s the midiBus library. Also, Minim seems to be able to send MIDI messages, but I don’t see any example in this library for MIDI reception.
Thank you @josephh. The MidiBus seems to be the best option so far but I have difficulties to have the data refreshed at the pace of draw() function, even with the help of a global variable.
Maybe I could try to use the java.sound.midi directly but it will be much more difficult…