I'd like to use qmidinet to connect multiple JACK servers running in one box, but when I try it using the JACK_DEFAULT_SERVER variable with different IPs, it says the address is already in use. I enabled multicast in localhost just in case, no change. Thoughts?
IIRC. the JACK_DEFAULT_SERVER environment .variable is set to the same server NAME as the
jackd -nNAME ... (orqjackctl -nNAME) command lines you use to start each one of the jack-servers. I cannot help you there if you're using jackdbus or jack_control to run the servers (I don't quite recall whether that's even possible with th later case). But then, I'm just talking out of "theory" as I have not ever ran more than one single jack-server on each box.