Software
JMess - A utility to save your audio connections (mess).
JMess can save an XML file with all the current jack connections. This same file can be loaded to connect everything again. The XML file can also be edited. It also also has the option to disconnect all the clients.
Download and Installation
There is a Linux and a Mac OS X (universal) version of JMees:
- Linux version: jmess.1.tar.gz
- Mac OS X 10.3.9 or later (universal binary): jmess.1.osx.tar.gz
Using JMess
To save connections on Jack, use for example QjackCtl to make the connections you need. To save them, just type in the command line:
jmess -s filename.xmlThis will save your connections in a file filename.xml. This is an XML file that you can edit, if you want.
To load your connections from a file, just type:
jmess -c filename.xmlNote that if you have connections running, the command above is going to connect what was saved on the filename.xml, keeping the connections that you have. If you want to get exactly what was saved on filename.xml, use the flag -d to disonnect all:
jmess -d -c filename.xmlIf you just want to disconnect all from the command line:
jmess -dFor a complete list of options, just type:
jmess
