|
|
|
@@ -49,11 +49,21 @@ protected: |
|
|
|
return "3BandSplitter";
|
|
|
|
}
|
|
|
|
|
|
|
|
const char* getDescription() const override
|
|
|
|
{
|
|
|
|
return "3 Band Equalizer, splitted output version.";
|
|
|
|
}
|
|
|
|
|
|
|
|
const char* getMaker() const noexcept override
|
|
|
|
{
|
|
|
|
return "DISTRHO";
|
|
|
|
}
|
|
|
|
|
|
|
|
const char* getHomePage() const override
|
|
|
|
{
|
|
|
|
return "https://github.com/DISTRHO/Mini-Series";
|
|
|
|
}
|
|
|
|
|
|
|
|
const char* getLicense() const noexcept override
|
|
|
|
{
|
|
|
|
return "LGPL";
|
|
|
|
@@ -61,7 +71,7 @@ protected: |
|
|
|
|
|
|
|
uint32_t getVersion() const noexcept override
|
|
|
|
{
|
|
|
|
return 0x1000;
|
|
|
|
return d_version(1, 0, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
int64_t getUniqueId() const noexcept override
|
|
|
|
|