From 3a9c906b154327c71567b9bffc8e8a5bd216fada Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 16 Apr 2016 00:05:26 +0200 Subject: more settings not relevant to mixbus --- gtk2_ardour/rc_option_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))); -- cgit v1.2.3