From cc6016400bbd903e5d2a1720708ecde8d71f44d3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 4 Aug 2010 15:41:55 +0000 Subject: Allow rubberband selection of MIDI automation points. Fixes git-svn-id: svn://localhost/ardour2/branches/3.0@7535 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/automation_streamview.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gtk2_ardour/automation_streamview.h') diff --git a/gtk2_ardour/automation_streamview.h b/gtk2_ardour/automation_streamview.h index 0791764a4a..8c5acdcbd1 100644 --- a/gtk2_ardour/automation_streamview.h +++ b/gtk2_ardour/automation_streamview.h @@ -61,6 +61,9 @@ class AutomationStreamView : public StreamView void clear (); + void get_selectables (nframes_t, nframes_t, double, double, std::list &); + void set_selected_points (PointSelection &); + private: void setup_rec_box (); -- cgit v1.2.3