Fix some workflow problems wrt automation.
[ardour.git] / libs / evoral / evoral / ControlList.hpp
index 7a828264bdfbbc83bb5384f567dac49f4938c930..d2be604e5e037b1f44720e3e3898e1cd06cfd0c3 100644 (file)
@@ -124,7 +124,7 @@ 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 add (double when, double value, bool with_guards=true, bool with_initial=true);
        virtual void editor_add (double when, double value);
        
        void fast_simple_add (double when, double value);