diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-04-17 11:37:08 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-04-17 19:53:39 +0200 |
commit | f5890ca723139636cc7c64d79f46e30780f59a25 (patch) | |
tree | f9d1dc99b5afa9d8925205a45a90819a4e0ada5c /plugin/drumgizmo_plugin.h | |
parent | 723343269d161b2bba7aee4597357ffc32f26f04 (diff) |
Added ttlgen dynamic ttl manifest generator the LV2 plugin.
Diffstat (limited to 'plugin/drumgizmo_plugin.h')
-rw-r--r-- | plugin/drumgizmo_plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
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, |