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

Can't switch presets in HEAD #168

Closed KottV closed 2 years ago

KottV commented 2 years ago

Hi, I use qjackctl 0.9.5.16git.8404ab from your openSUSE TW repo I have some profiles, kv_dummy and Gina for example. Whenever I select Gina preset qjackctl starts jack with dummy preset option. Even if I delete kv_dummy preset it still tries to start it.

I deleted OldPreset=kv_dummy in Presets section of QjackCtl.conf then recreated that prest, now it seems to allows to switch between presets.

rncbc commented 2 years ago

maybe fixed in qjackctl 0.9.5.17git.c55522

thanks for the heads up && cheers

KottV commented 2 years ago

Yep, It's fixed. Thank You!

KottV commented 2 years ago

I run to that (or similar) problem again. Had to set in QjackCtl.conf:

DefPreset=kv_Gina_48

Otherwise, it starts server with "default".

EDIT: cleaning: OldPreset= seems to work too

KottV commented 2 years ago

version 0.9.6.17git.324ad6

rncbc commented 2 years ago

beware: if qjackctl is working in pure jack-client mode ("Active" is shown on the main display) presets have no use whatsoever.

qjackctl presets are only meaningful for when the jackd(bus) is started under qjackctl premises.

make sure you're not falling into the "running as client" scenario, which is always the case when under pipewire, mind you. cheers

KottV commented 2 years ago

I'm starting jackd by qjackctl. Well, I can't reproduce it anymore, even with "broken" conf. Close it :)