mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
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:
parent
aa72da4f9f
commit
cc6016400b
9 changed files with 67 additions and 16 deletions
|
|
@ -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 ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue