summaryrefslogtreecommitdiff
path: root/plugins/ZamAutoSat/ZamAutoSatPlugin.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/ZamAutoSat/ZamAutoSatPlugin.hpp
parentb8e1af97b51f860931533728eeae5e97da246124 (diff)
Add descriptions, fill some from http://www.zamaudio.com/?p=976
Diffstat (limited to 'plugins/ZamAutoSat/ZamAutoSatPlugin.hpp')
-rw-r--r--plugins/ZamAutoSat/ZamAutoSatPlugin.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/ZamAutoSat/ZamAutoSatPlugin.hpp b/plugins/ZamAutoSat/ZamAutoSatPlugin.hpp
index 881c480..771d9b9 100644
--- a/plugins/ZamAutoSat/ZamAutoSatPlugin.hpp
+++ b/plugins/ZamAutoSat/ZamAutoSatPlugin.hpp
@@ -44,6 +44,12 @@ protected:
return "ZamAutoSat";
}
+ const char* getDescription() const noexcept override
+ {
+ return "An automatic saturation plugin, has been known to provide smooth levelling to live mic channels.\n\
+You can apply this plugin generously without affecting the tone.";
+ }
+
const char* getMaker() const noexcept override
{
return "Damien Zammit";