summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-04-16 00:05:26 +0200
committerRobin Gareus <robin@gareus.org>2016-04-16 00:05:26 +0200
commit3a9c906b154327c71567b9bffc8e8a5bd216fada (patch)
tree62cedb20784a6bdc344e7d0e4f3b0116a8bbc2cd
parentec09c1ad63cd94162984974b3e26d51343155c99 (diff)
more settings not relevant to mixbus
-rw-r--r--gtk2_ardour/rc_option_editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index 42fb9f03a3..3d5badf57b 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -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")));