mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 00:56:33 +01:00
Suggest multi-out of instruments by default
When a user picks a N-channel instrument with strict i/o. Offer N-channel (with optional fan-out) as default.
This commit is contained in:
parent
a16f004d24
commit
796558ef51
1 changed files with 2 additions and 0 deletions
|
|
@ -146,6 +146,8 @@ PluginSetupDialog::setup_output_presets ()
|
||||||
|
|
||||||
if (have_matching_io) {
|
if (have_matching_io) {
|
||||||
select_output_preset (_cur_outputs.n_audio ());
|
select_output_preset (_cur_outputs.n_audio ());
|
||||||
|
} else if (ppc.size() == 1 && _pi->strict_io ()) {
|
||||||
|
select_output_preset (*ppc.begin ());
|
||||||
} else {
|
} else {
|
||||||
select_output_preset (0);
|
select_output_preset (0);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue