summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_streamview.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-07-31 00:44:26 +0000
committerCarl Hetherington <carl@carlh.net>2010-07-31 00:44:26 +0000
commit97c8ad6564b90e13db6e598e6fc142f1d1f67246 (patch)
treeefbfb1e7c2db92a697cac1f1297cbe518c2153f9 /gtk2_ardour/automation_streamview.h
parent1f07948972ca1cac5854539268ca3b290b79c671 (diff)
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
Diffstat (limited to 'gtk2_ardour/automation_streamview.h')
-rw-r--r--gtk2_ardour/automation_streamview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/automation_streamview.h b/gtk2_ardour/automation_streamview.h
index 335d63ca7a..0791764a4a 100644
--- a/gtk2_ardour/automation_streamview.h
+++ b/gtk2_ardour/automation_streamview.h
@@ -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 ();