summaryrefslogtreecommitdiff
path: root/plugins/ZamAutoSat/ZamAutoSatPlugin.hpp
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2015-12-05 13:47:15 +1100
committerDamien Zammit <damien@zamaudio.com>2015-12-05 13:47:15 +1100
commit21ccac0c15e1e54d482ff0931b55975a7e2ac62e (patch)
treefb6b95afd38859c581d0ce4ad5b9c825d5669d39 /plugins/ZamAutoSat/ZamAutoSatPlugin.hpp
parent207a6bfd613ca2209fb658e943891da731901ea5 (diff)
parent0ecd6f6bb092ae35394abcf0b6ddd418b8279f25 (diff)
Merge pull request #34 from falkTX/master
Update meta-data (and dpf)
Diffstat (limited to 'plugins/ZamAutoSat/ZamAutoSatPlugin.hpp')
-rw-r--r--plugins/ZamAutoSat/ZamAutoSatPlugin.hpp13
1 files changed, 12 insertions, 1 deletions
diff --git a/plugins/ZamAutoSat/ZamAutoSatPlugin.hpp b/plugins/ZamAutoSat/ZamAutoSatPlugin.hpp
index 194527e..771d9b9 100644
--- a/plugins/ZamAutoSat/ZamAutoSatPlugin.hpp
+++ b/plugins/ZamAutoSat/ZamAutoSatPlugin.hpp
@@ -44,11 +44,22 @@ 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";
}
+ const char* getHomePage() const noexcept override
+ {
+ return "http://www.zamaudio.com";
+ }
+
const char* getLicense() const noexcept override
{
return "GPL v2+";
@@ -56,7 +67,7 @@ protected:
uint32_t getVersion() const noexcept override
{
- return 0x1000;
+ return d_version(3, 6, 1);
}
int64_t getUniqueId() const noexcept override