From 8e25b4d193fb4fb9efbf7a7145d27879dcd668be Mon Sep 17 00:00:00 2001 From: Christopher Arndt Date: Sat, 20 Oct 2018 23:48:21 +0200 Subject: Add plugin version and parameter count to VST user presets Signed-off-by: Christopher Arndt --- libs/ardour/ardour/vst_plugin.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libs/ardour/ardour/vst_plugin.h') diff --git a/libs/ardour/ardour/vst_plugin.h b/libs/ardour/ardour/vst_plugin.h index a696af2afd..e0d369332c 100644 --- a/libs/ardour/ardour/vst_plugin.h +++ b/libs/ardour/ardour/vst_plugin.h @@ -81,8 +81,9 @@ public: const char * label () const; const char * name () const; const char * maker () const; + int32_t version () const; uint32_t parameter_count () const; - void print_parameter (uint32_t, char*, uint32_t len) const; + void print_parameter (uint32_t, char*, uint32_t len) const; bool has_editor () const; -- cgit v1.2.3