summaryrefslogtreecommitdiff
path: root/libs/evoral/evoral/ControlList.hpp
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-02-19 12:52:14 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-02-19 23:25:08 -0500
commitf049d0294c8e48b8d1f1ffa131fe7d687d8aa519 (patch)
tree6f45286684bd167fdd5a006a769fdef194e499c9 /libs/evoral/evoral/ControlList.hpp
parent08eecbf3fe081ede63f3559bb54969d0a88b14df (diff)
add option to skip guard points when adding new control points to a ControlList; add more debugging statements
Diffstat (limited to 'libs/evoral/evoral/ControlList.hpp')
-rw-r--r--libs/evoral/evoral/ControlList.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/evoral/evoral/ControlList.hpp b/libs/evoral/evoral/ControlList.hpp
index de6eb6e3d9..0774cc528a 100644
--- a/libs/evoral/evoral/ControlList.hpp
+++ b/libs/evoral/evoral/ControlList.hpp
@@ -117,7 +117,7 @@ public:
virtual bool clamp_value (double& /*when*/, double& /*value*/) const { return true; }
- virtual void add (double when, double value);
+ virtual void add (double when, double value, bool with_guards=true);
void fast_simple_add (double when, double value);
void erase_range (double start, double end);