summaryrefslogtreecommitdiff
path: root/plugins/ZamGate/ZamGatePlugin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ZamGate/ZamGatePlugin.hpp')
-rw-r--r--plugins/ZamGate/ZamGatePlugin.hpp12
1 files changed, 11 insertions, 1 deletions
diff --git a/plugins/ZamGate/ZamGatePlugin.hpp b/plugins/ZamGate/ZamGatePlugin.hpp
index f80f3e2..ea04f82 100644
--- a/plugins/ZamGate/ZamGatePlugin.hpp
+++ b/plugins/ZamGate/ZamGatePlugin.hpp
@@ -52,11 +52,21 @@ protected:
return "ZamGate";
}
+ const char* getDescription() const noexcept override
+ {
+ return "Gate plugin for ducking low gain sounds.";
+ }
+
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+";
@@ -64,7 +74,7 @@ protected:
uint32_t getVersion() const noexcept override
{
- return 0x1000;
+ return d_version(3, 6, 1);
}
int64_t getUniqueId() const noexcept override