mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +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) {
|
||||
select_output_preset (_cur_outputs.n_audio ());
|
||||
} else if (ppc.size() == 1 && _pi->strict_io ()) {
|
||||
select_output_preset (*ppc.begin ());
|
||||
} else {
|
||||
select_output_preset (0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue