summaryrefslogtreecommitdiff
path: root/plugins/ZamTube/ZamTubePlugin.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/ZamTube/ZamTubePlugin.hpp
parentb8e1af97b51f860931533728eeae5e97da246124 (diff)
Add descriptions, fill some from http://www.zamaudio.com/?p=976
Diffstat (limited to 'plugins/ZamTube/ZamTubePlugin.hpp')
-rw-r--r--plugins/ZamTube/ZamTubePlugin.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/ZamTube/ZamTubePlugin.hpp b/plugins/ZamTube/ZamTubePlugin.hpp
index 6335db6..6e996c0 100644
--- a/plugins/ZamTube/ZamTubePlugin.hpp
+++ b/plugins/ZamTube/ZamTubePlugin.hpp
@@ -126,6 +126,12 @@ protected:
return "ZamTube";
}
+ const char* getDescription() const noexcept override
+ {
+ return "Wicked distortion effect.\n\
+Wave digital filter physical model of a triode tube amplifier stage, with modelled tone stacks from real guitar amplifiers (thanks D. Yeh et al).";
+ }
+
const char* getMaker() const noexcept override
{
return "Damien Zammit";