mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
initial work on livetrax all-mono, direct outs and send-to-(master/monitor?) GUI edition
This commit is contained in:
parent
3f81b73f36
commit
3a0f41a28a
1 changed files with 1 additions and 1 deletions
|
|
@ -2970,7 +2970,7 @@ ARDOUR_UI::add_route_dialog_response (int r)
|
|||
}
|
||||
}
|
||||
|
||||
if (oac & AutoConnectMaster) {
|
||||
if (!Profile->get_livetrax() && (oac & AutoConnectMaster)) {
|
||||
output_chan.set (DataType::AUDIO, (_session->master_out() ? _session->master_out()->n_inputs().n_audio() : input_chan.n_audio()));
|
||||
output_chan.set (DataType::MIDI, 0);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue