rncbc / qjackctl

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

Problems with a2jmidid #185

Closed oscarsantis closed 2 years ago

oscarsantis commented 2 years ago

In options panel I have enabled as a script after starting the server jack "a2jmidid -e". But when I start the server it freezes

oscarsantis commented 2 years ago

Debian 11 Kernel 5.15

rncbc commented 2 years ago

you have to run a2jmidid in the background: append an ampersand (&) to end of the line eg. a2jmidid -e &

oscarsantis commented 2 years ago

Perfect, now runs fine. Thanks