Make Clear option work for MIDI automation tracks. Fixes part of #3137.

git-svn-id: svn://localhost/ardour2/branches/3.0@7523 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-07-31 00:44:26 +00:00
parent 1f07948972
commit 97c8ad6564
5 changed files with 24 additions and 6 deletions

View file

@ -59,6 +59,8 @@ class AutomationStreamView : public StreamView
void set_interpolation (ARDOUR::AutomationList::InterpolationStyle);
ARDOUR::AutomationList::InterpolationStyle interpolation () const;
void clear ();
private:
void setup_rec_box ();