mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
don't ping JACK server 4 times to see if it is already up when ardour starts
This commit is contained in:
parent
d6274d5c3e
commit
c736d88a5f
4 changed files with 18 additions and 31 deletions
|
|
@ -63,7 +63,7 @@ deinstantiate ()
|
|||
static bool
|
||||
already_configured ()
|
||||
{
|
||||
return JackConnection::server_running ();
|
||||
return !JackConnection::in_control ();
|
||||
}
|
||||
|
||||
static ARDOUR::AudioBackendInfo _descriptor = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue