Update plugin description

This commit is contained in:
falkTX 2022-02-11 12:57:17 +00:00
parent 78485054bd
commit 119294e997

View file

@ -536,10 +536,11 @@ protected:
const char* getDescription() const override const char* getDescription() const override
{ {
return "" return ""
"Cardinal is an open-source plugin wrapper around VCV Rack.\n" "Cardinal is a free and open-source virtual modular synthesizer plugin.\n"
"It is NOT an official VCV project, and it is not affiliated with it in any way.\n" "It is based on the popular VCV Rack but with a focus on being a fully self-contained plugin version.\n"
"It is not an official VCV project, and it is not affiliated with it in any way.\n"
"\n" "\n"
"Cardinal contains Rack, some 3rd-party modules and a few internal utilities all in a single binary.\n" "Cardinal contains Rack, some 3rd-party modules and a few internal utilities.\n"
"It does not load external modules and does not connect to the official Rack library/store.\n"; "It does not load external modules and does not connect to the official Rack library/store.\n";
} }