Automation -use editor_add in gui, record straight lines with fewer points.
[ardour.git] / libs / evoral / evoral / ControlList.hpp
index 7a828264bdfbbc83bb5384f567dac49f4938c930..82868cd24c40b52294cd1c222a1ce2823adb753f 100644 (file)
@@ -124,8 +124,8 @@ public:
        void slide (iterator before, double distance);
        void shift (double before, double distance);
 
-       virtual void add (double when, double value, bool with_guards=true, bool with_default=true);
-       virtual void editor_add (double when, double value);
+       virtual void add (double when, double value, bool with_guards=true, bool with_initial=true);
+       virtual void editor_add (double when, double value, bool with_guard);
        
        void fast_simple_add (double when, double value);