summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/plugin.h
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2015-10-14 14:54:27 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2015-10-14 14:54:27 +0100
commit8d46cc99fe2778c5658b659f4f1fe6ac828bb9e9 (patch)
tree8d0002050f40677aed4f1180c67fc29434923778 /libs/ardour/ardour/plugin.h
parent334cc37e1b99df2282150ece22e6cd056fedfa07 (diff)
Fix a problem where VST automation data wasn't getting written (if the adjustments were made from the plugin's own controls)4.3
Diffstat (limited to 'libs/ardour/ardour/plugin.h')
-rw-r--r--libs/ardour/ardour/plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/plugin.h b/libs/ardour/ardour/plugin.h
index f9831afcad..2554a6816c 100644
--- a/libs/ardour/ardour/plugin.h
+++ b/libs/ardour/ardour/plugin.h
@@ -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.