Add option to use narrow mixer strips by default, and fix ardour_system.rc being...
[ardour.git] / gtk2_ardour / add_route_dialog.cc
index 2728e7687e566b5fe82ef397c41b7d0f3303f418..1b78e01c3519e212b4543ea8be630b3d4c26021b 100644 (file)
@@ -67,6 +67,15 @@ AddRouteDialog::AddRouteDialog ()
 {
        if (channel_combo_strings.empty()) {
                channel_combo_strings = I18N (channel_setup_names);
+
+               if (ARDOUR::Profile->get_sae()) {
+                       /* remove all but the first two (Mono & Stereo) */
+
+                       while (track_mode_strings.size() > 2) {
+                               track_mode_strings.pop_back();
+                       }
+               }
+
        }
 
        if (track_mode_strings.empty()) {