rncbc / qjackctl

QjackCtl - JACK Audio Connection Kit Qt GUI Interface
https://qjackctl.sourceforge.io
GNU General Public License v2.0
186 stars 42 forks source link

Connection in active Patchbay profile are not done automatically #137

Closed pampelmuse76 closed 3 years ago

pampelmuse76 commented 3 years ago

If only qjackctl ist started and jackd is not started via the "Start"-button, and a midi keyboard is connected, then the defined connection in the active profile in Patchbay is not done automatically. See also: https://bugzilla.redhat.com/show_bug.cgi?id=1943861

qjackctl

qjackctl --version Qt: 5.15.2 JACK: 1.9.14 QjackCtl: 0.9.2

rncbc commented 3 years ago

you must start the jackd(bus)-audio server (status is "Started") or have it already up and running when qjackctl is launched (and enters client mode; status is "Active").. otherwise the patchbay serves nothing, although it handles ALSA-MIDI connections too but that's just a convenience, not the core business to qjackctl functionality, which is JACK.

pampelmuse76 commented 3 years ago

I follow your arguments.