From 37d0e7bbe40cfc9bb7ea2a62636ea11ef836ff29 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 eadf641789..c3096a6df8 100644 --- a/libs/ardour/session.cc +++ b/libs/ardour/session.cc @@ -1611,7 +1611,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.