On Thu, 29 Nov 2018, liebrecht(a)grossmann-venter.com wrote:
2) Please give me the best known in-depth tutorial on
Jack that will get me up
and running.
http://libremusicproduction.com/articles/demystifying-jack-%E2%80%93-beginn…
is not bad.
3) Please suggest the best to your experience visual
connection interface
application that works with jack, e.g. qjackctl etc etc.
Don't miss the non-visual connection interface "jack-plumbing". It has
to run permanently and connects/disconnects based on rules like:
(connect "PortAudio:out_.*[13579]" "jack_mixer:JACK R")
(connect "PortAudio:out_.*[02468]" "jack_mixer:JACK L")
(disconnect "PortAudio:out_.*" "jack_mixer:JACK .*")
(disconnect "PortAudio:out_.*" "system:playback_.*")
That's handy for clients whose ports only show up when playing, like
Audacity.