don't ping JACK server 4 times to see if it is already up when ardour starts

This commit is contained in:
Paul Davis 2013-09-25 22:56:28 -04:00
parent d6274d5c3e
commit c736d88a5f
4 changed files with 18 additions and 31 deletions

View file

@ -63,7 +63,7 @@ deinstantiate ()
static bool
already_configured ()
{
return JackConnection::server_running ();
return !JackConnection::in_control ();
}
static ARDOUR::AudioBackendInfo _descriptor = {