MIDI: from Processing to DAW (Linux)

Unfortunately, JavaSound on Linux only supports hardware interfaces. I haven’t done this for a while, but you’ll probably have to look into the snd-virmidi module to create virtual hardware ports.

Another option would be to send MIDI directly through JACK using JNAJack, rather than MidiBus - see