Tweak plugin description, use macros for labels

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-12-29 17:40:08 +00:00
parent c3a1888750
commit edf1e805c9
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
5 changed files with 10 additions and 10 deletions

View file

@ -552,20 +552,17 @@ protected:
const char* getLabel() const override
{
#if CARDINAL_VARIANT_SYNTH
return "CardinalSynth";
#elif CARDINAL_VARIANT_FX
return "CardinalFX";
#else
return "Cardinal";
#endif
return DISTRHO_PLUGIN_LABEL;
}
const char* getDescription() const override
{
return ""
"Cardinal is an open-source self-contained special plugin version of VCVRack, using DPF.\n"
"It is NOT an official VCV project, and it is not affiliated with it in any way.\n";
"Cardinal is an open-source plugin wrapper around VCV Rack.\n"
"It is NOT an official VCV project, and it is not affiliated with it in any way.\n"
"\n"
"Cardinal contains Rack, some 3rd-party modules and a few internal utilities all in a single binary.\n"
"It does not load external modules and does not connect to the official Rack library/store.\n";
}
const char* getMaker() const override