add option to skip guard points when adding new control points to a ControlList;...
[ardour.git] / libs / evoral / evoral / ControlList.hpp
index de6eb6e3d98370d120ab9bff9eee882e8e0f5ec4..0774cc528afdfbd2f8b690f50ed57edcfaa06ed6 100644 (file)
@@ -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);