From 0ae9cda51d8c807e5c49bdee6c90457f31e58669 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 6 Aug 2017 18:37:15 +0200 Subject: Allow to select VCAs --- gtk2_ardour/editor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/editor.h') diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h index e5b231aa0f..a2e3aacfa2 100644 --- a/gtk2_ardour/editor.h +++ b/gtk2_ardour/editor.h @@ -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, -- cgit v1.2.3