On Tue, 12 May 2020, pfl wrote:
would be better to have qjackctl run headless
how can I run command lines equivalent to the patch bay defined in my .xml
config ?
See jack-plumbing. It has to be active permanently and parses a config
file.
Example:
(connect "PortAudio:out_.*[13579]" "main:input_2")
(connect "PortAudio:out_.*[02468]" "main:input_1")
(disconnect "PortAudio:out_.*" "system:playback_.*")
(connect "netjack:capture_1" "main:input_1")
(connect "netjack:capture_2" "main:input_2")