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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user