more settings not relevant to mixbus
authorRobin Gareus <robin@gareus.org>
Fri, 15 Apr 2016 22:05:26 +0000 (00:05 +0200)
committerRobin Gareus <robin@gareus.org>
Fri, 15 Apr 2016 22:05:26 +0000 (00:05 +0200)
gtk2_ardour/rc_option_editor.cc

index 42fb9f03a3fa5f0ad58099d4d535c193b0d689cf..3d5badf57b8408d08d5e273b519302be2b797a21 100644 (file)
@@ -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")));