summaryrefslogtreecommitdiff
path: root/plugintest.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2019-04-17 19:51:34 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2019-04-17 19:51:34 +0200
commitfb8588d8a0013b8da78b796f84ddcccf2bc9238e (patch)
tree0333d12df5a9e813904e4f5b4a42de7d4dba7443 /plugintest.h
parent34bfc5046bd297311a38dace8914c51905ca9d2e (diff)
Added ttlgen dynamic ttl manifest generator for LV2 plugins.
Diffstat (limited to 'plugintest.h')
-rw-r--r--plugintest.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugintest.h b/plugintest.h
index f2bf8d5..b8897e6 100644
--- a/plugintest.h
+++ b/plugintest.h
@@ -75,8 +75,10 @@ public:
std::string getId() override;
std::string getEffectName() override;
+ std::string getURI() override;
std::string getVendorString() override;
std::string getProductString() override;
+ std::string getHomepage() override;
PluginCategory getPluginCategory() override;
void process(size_t pos,