mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
no auditioner for livetrax
This commit is contained in:
parent
d0ac7b8026
commit
37d0e7bbe4
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue