summaryrefslogtreecommitdiff
path: root/plugins/ZamGEQ31
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ZamGEQ31')
-rw-r--r--plugins/ZamGEQ31/DistrhoPluginInfo.h3
-rw-r--r--plugins/ZamGEQ31/ZamGEQ31Plugin.hpp10
2 files changed, 12 insertions, 1 deletions
diff --git a/plugins/ZamGEQ31/DistrhoPluginInfo.h b/plugins/ZamGEQ31/DistrhoPluginInfo.h
index a5183d5..936e5ff 100644
--- a/plugins/ZamGEQ31/DistrhoPluginInfo.h
+++ b/plugins/ZamGEQ31/DistrhoPluginInfo.h
@@ -18,7 +18,8 @@
#ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED
#define DISTRHO_PLUGIN_INFO_H_INCLUDED
-#define DISTRHO_PLUGIN_NAME "ZamGEQ31"
+#define DISTRHO_PLUGIN_BRAND "ZamAudio"
+#define DISTRHO_PLUGIN_NAME "ZamGEQ31"
#define DISTRHO_PLUGIN_HAS_UI 1
#define DISTRHO_PLUGIN_IS_SYNTH 0
diff --git a/plugins/ZamGEQ31/ZamGEQ31Plugin.hpp b/plugins/ZamGEQ31/ZamGEQ31Plugin.hpp
index 84c2753..8a8e5ba 100644
--- a/plugins/ZamGEQ31/ZamGEQ31Plugin.hpp
+++ b/plugins/ZamGEQ31/ZamGEQ31Plugin.hpp
@@ -75,11 +75,21 @@ protected:
return "ZamGEQ31";
}
+ const char* getDescription() const noexcept override
+ {
+ return "31 band graphic equaliser, good for eq of live spaces, removing unwanted noise from a track etc.";
+ }
+
const char* getMaker() const noexcept override
{
return "Damien Zammit";
}
+ const char* getHomePage() const noexcept override
+ {
+ return "http://www.zamaudio.com";
+ }
+
const char* getLicense() const noexcept override
{
return "GPL v2+";