mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
don't bother asking for a monitor section if livetrax
This commit is contained in:
parent
f153a43910
commit
3f52087e5f
1 changed files with 1 additions and 1 deletions
|
|
@ -657,7 +657,7 @@ Session::create (const string& session_template, BusProfile const * bus_profile,
|
||||||
return rv;
|
return rv;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Config->get_use_monitor_bus()) {
|
if (Config->get_use_monitor_bus() && !Profile->get_livetrax()) {
|
||||||
add_monitor_section ();
|
add_monitor_section ();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue