MIDI Sysex within Processing
in
Contributed Library Questions
•
8 months ago
Hello all - I was using the midibus library to try and get midi communication to and from my processing sketch (via the IAC bus). I could send and receive notes and CC messages, but sysex stumped me. My midimonitor application was showing nothing when I was supposed to be outputting a sysex message from Processing (using the example code for midibus!).
The example code wanted to import these libraries:
import javax.sound.midi.MidiMessage;
import javax.sound.midi.SysexMessage;
import javax.sound.midi.ShortMessage;
Do I have these libraries installed on my machine by default? How can I tell? Snow Leopard 10.6.8.
Why is there a midi library when it seems like the javax.sound.midi has it all built in?
Struggling. Thanks folks.
1