Allow to select VCAs
[ardour.git] / gtk2_ardour / editor.h
index e5b231aa0f1ffbac9449b455b9cdd92d2052730a..a2e3aacfa2cd0e99ae134f9674287a4b627d2573 100644 (file)
@@ -2175,8 +2175,8 @@ private:
        void stop_updating_meters ();
        bool meters_running;
 
-       void select_next_route ();
-       void select_prev_route ();
+       void select_next_stripable (bool routes_only = true);
+       void select_prev_stripable (bool routes_only = true);
 
        void snap_to_internal (ARDOUR::MusicFrame& first,
                               ARDOUR::RoundMode   direction = ARDOUR::RoundNearest,