summaryrefslogtreecommitdiff
path: root/plugintest.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2016-07-14 17:00:10 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2016-07-14 17:00:10 +0200
commita9eadcc1b483d5d30a8443e78fa4d84c8f18d6c3 (patch)
treef5897ad46c0bc4cb8c4b3cfd1df3b07b66221774 /plugintest.h
parent53b6cbafc8923cb6e305a7e868b502069ece5177 (diff)
Add 'get' prefix to metadata info methods. Fix test plugin.
Diffstat (limited to 'plugintest.h')
-rw-r--r--plugintest.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugintest.h b/plugintest.h
index 2da5c73..294eecc 100644
--- a/plugintest.h
+++ b/plugintest.h
@@ -74,6 +74,11 @@ public:
std::string getId() override;
+ std::string getEffectName() override;
+ std::string getVendorString() override;
+ std::string getProductString() override;
+ PluginCategory getPluginCategory() override;
+
void process(size_t pos,
const std::vector<MidiEvent>& input_events,
std::vector<MidiEvent>& output_events,