commit d36c18abd3dc4125057765c6f8b0a5cee3fe50bd
parent f53234135db7bb71dc646b8745bfb4a29ac04396
Author: Johannes Lorenz <[email protected]>
Date: Fri, 5 Feb 2021 06:28:24 +0100
[skip ci] Implement ZynAddSubFX::getDescription
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/Plugin/ZynAddSubFX/ZynAddSubFX.cpp b/src/Plugin/ZynAddSubFX/ZynAddSubFX.cpp
@@ -155,8 +155,9 @@ protected:
*/
const char* getDescription() const noexcept override
{
- // TODO
- return "";
+ return "Synthesizer featuring additive, subtractive, and Fourier "
+ "synthesis methods, a variety of modulators, powerful "
+ "oscillator editors, and a variety of built-in effects.";
}
/**