diff options
author | André Nusser <andre.nusser@googlemail.com> | 2016-07-14 16:37:16 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2016-07-14 16:37:16 +0200 |
commit | 4ec0bc66d7cb782db1ffcbd04194214eb6495052 (patch) | |
tree | 1124121b24e94156ff359ebdd5839dde01185caa /plugin/drumgizmo_plugin.h | |
parent | 1a15820d0a43858a8ef6957f526c3e03403f4836 (diff) |
Improve last commit and take into account changes in plugingizmo.
Diffstat (limited to 'plugin/drumgizmo_plugin.h')
-rw-r--r-- | plugin/drumgizmo_plugin.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugin/drumgizmo_plugin.h b/plugin/drumgizmo_plugin.h index 4a905d6..1d67e4c 100644 --- a/plugin/drumgizmo_plugin.h +++ b/plugin/drumgizmo_plugin.h @@ -79,7 +79,13 @@ public: size_t getNumberOfAudioInputs() override; size_t getNumberOfAudioOutputs() override; + // Functions used to set VST plugin information + std::string getId() override; + std::string effectName() override; + std::string vendorString() override; + std::string productString() override; + PluginCategory pluginCategory() override; void process(size_t pos, const std::vector<MidiEvent>& input_events, |