Allow rubberband selection of MIDI automation points. Fixes

git-svn-id: svn://localhost/ardour2/branches/3.0@7535 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-08-04 15:41:55 +00:00
parent aa72da4f9f
commit cc6016400b
9 changed files with 67 additions and 16 deletions

View file

@ -61,6 +61,9 @@ class AutomationStreamView : public StreamView
void clear ();
void get_selectables (nframes_t, nframes_t, double, double, std::list<Selectable*> &);
void set_selected_points (PointSelection &);
private:
void setup_rec_box ();