mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 19:37:45 +01:00
more settings not relevant to mixbus
This commit is contained in:
parent
ec09c1ad63
commit
3a9c906b15
1 changed files with 1 additions and 1 deletions
|
|
@ -2395,7 +2395,6 @@ if (!Profile->get_mixbus()) {
|
|||
oac->add (ManualConnect, _("manually"));
|
||||
|
||||
add_option (_("Audio"), oac);
|
||||
} // !mixbus
|
||||
|
||||
bo = new BoolOption (
|
||||
"strict-io",
|
||||
|
|
@ -2408,6 +2407,7 @@ if (!Profile->get_mixbus()) {
|
|||
Gtkmm2ext::UI::instance()->set_tip (bo->tip_widget(),
|
||||
_("With strict-i/o enabled, Effect Processors will not modify the number of channels on a track. The number of output channels will always match the number of input channels."));
|
||||
|
||||
} // !mixbus
|
||||
|
||||
add_option (_("Audio"), new OptionEditorHeading (_("Denormals")));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue