From f5890ca723139636cc7c64d79f46e30780f59a25 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 17 Apr 2019 11:37:08 +0200 Subject: Added ttlgen dynamic ttl manifest generator the LV2 plugin. --- plugin/drumgizmo_plugin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugin/drumgizmo_plugin.h') diff --git a/plugin/drumgizmo_plugin.h b/plugin/drumgizmo_plugin.h index 106614f..b422430 100644 --- a/plugin/drumgizmo_plugin.h +++ b/plugin/drumgizmo_plugin.h @@ -77,9 +77,11 @@ public: // Functions used to set VST plugin information std::string getId() override; + std::string getURI() override; std::string getEffectName() override; std::string getVendorString() override; std::string getProductString() override; + std::string getHomepage() override; PluginCategory getPluginCategory() override; void process(size_t pos, -- cgit v1.2.3