You are here

Add new comment

hi!
there is still a problem with qjackctl under osx.
since the new interface combobox (after v0.3.10) the value for the interface (-d) is wrong.
now the human readable device name is taken as startup flag for the server. but it should be the cryptic name.

more concrete: in qjackctlInterfaceComboBox.cpp, if you swap addCard(sName, sSubName); and use addCard(sSubName, sName); the interface selection works again.

do you know a fix how you could still see the nice name appearing in front in the dropdown menu, but afterward the "ugly ID" is used for starting up the server?

thanks and best regards, matthias