summaryrefslogtreecommitdiff
path: root/libs/evoral/evoral/ControlList.hpp
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-12-20 13:30:31 +0000
committerCarl Hetherington <carl@carlh.net>2010-12-20 13:30:31 +0000
commit3ec58e478ccd0a495e6fb916de8da0b26d5d15b5 (patch)
tree35f4127eeac90fa3a38f6a84edaefa8139ba7803 /libs/evoral/evoral/ControlList.hpp
parent570ed69d2a791486a907b62ee2336a3953a7a1c0 (diff)
Allow deletion of program changes in the same way as notes.
git-svn-id: svn://localhost/ardour2/branches/3.0@8304 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/evoral/evoral/ControlList.hpp')
-rw-r--r--libs/evoral/evoral/ControlList.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/evoral/evoral/ControlList.hpp b/libs/evoral/evoral/ControlList.hpp
index 16d0400145..8b8083f31c 100644
--- a/libs/evoral/evoral/ControlList.hpp
+++ b/libs/evoral/evoral/ControlList.hpp
@@ -124,6 +124,7 @@ public:
void erase_range (double start, double end);
void erase (iterator);
void erase (iterator, iterator);
+ void erase (double, double);
bool move_ranges (std::list< RangeMove<double> > const &);
void modify (iterator, double, double);