don't set monitor_out for livetrax

This commit is contained in:
Paul Davis 2024-04-02 18:14:03 -06:00
parent 6e33bc197b
commit 56f651ad46
1 changed files with 4 additions and 1 deletions

View File

@ -3551,7 +3551,10 @@ Session::add_routes_inner (RouteList& new_routes, bool input_auto_connect, bool
}
if (r->is_monitor()) {
_monitor_out = r;
/* ignore for livetrax */
if (!Profile->get_livetrax()) {
_monitor_out = r;
}
}
if (r->is_surround_master()) {