From a4b9cc1ffbfc002914b67e738b4beec1c05b90fc Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 26 Mar 2024 10:11:24 -0600 Subject: [PATCH] no auditioner for livetrax --- libs/ardour/session.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc index 8795a608ea..56a959144b 100644 --- a/libs/ardour/session.cc +++ b/libs/ardour/session.cc @@ -1614,7 +1614,7 @@ Session::hookup_io () _state_of_the_state = StateOfTheState (_state_of_the_state | InitialConnecting); - if (!auditioner) { + if (!Profile->get_livetrax() && !auditioner) { /* we delay creating the auditioner till now because it makes its own connections to ports.