From 8d46cc99fe2778c5658b659f4f1fe6ac828bb9e9 Mon Sep 17 00:00:00 2001 From: John Emmas Date: Wed, 14 Oct 2015 14:54:27 +0100 Subject: Fix a problem where VST automation data wasn't getting written (if the adjustments were made from the plugin's own controls) --- libs/ardour/ardour/plugin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/ardour/plugin.h') 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. -- cgit v1.2.3