summaryrefslogtreecommitdiff
path: root/plugins/ZamGEQ31/ZamGEQ31Plugin.hpp
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2015-11-30 12:39:39 +0100
committerfalkTX <falktx@gmail.com>2015-11-30 12:39:39 +0100
commit0ecd6f6bb092ae35394abcf0b6ddd418b8279f25 (patch)
treefb6b95afd38859c581d0ce4ad5b9c825d5669d39 /plugins/ZamGEQ31/ZamGEQ31Plugin.hpp
parentb8e1af97b51f860931533728eeae5e97da246124 (diff)
Add descriptions, fill some from http://www.zamaudio.com/?p=976
Diffstat (limited to 'plugins/ZamGEQ31/ZamGEQ31Plugin.hpp')
-rw-r--r--plugins/ZamGEQ31/ZamGEQ31Plugin.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/ZamGEQ31/ZamGEQ31Plugin.hpp b/plugins/ZamGEQ31/ZamGEQ31Plugin.hpp
index d812551..8a8e5ba 100644
--- a/plugins/ZamGEQ31/ZamGEQ31Plugin.hpp
+++ b/plugins/ZamGEQ31/ZamGEQ31Plugin.hpp
@@ -75,6 +75,11 @@ 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";