Fix a problem where VST automation data wasn't getting written (if the adjustments...
[ardour.git] / libs / ardour / ardour / plugin.h
index f9831afcad3e06060577e6346dd6be5d1dfeb028..2554a6816c01a5e6fa94f6623d6152c29a73ff3c 100644 (file)
@@ -274,6 +274,7 @@ protected:
        friend class PluginInsert;
 
        virtual void set_parameter (uint32_t which, float val);
+       virtual void set_parameter_automated (uint32_t which, float val);
 
        /** Do the actual saving of the current plugin settings to a preset of the provided name.
         *  Should return a URI on success, or an empty string on failure.