From 119294e997cac4ae4bd41e9c6cfe83dd6800608a Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 11 Feb 2022 12:57:17 +0000 Subject: [PATCH] Update plugin description --- src/CardinalPlugin.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/CardinalPlugin.cpp b/src/CardinalPlugin.cpp index 2c7efb9..2686246 100644 --- a/src/CardinalPlugin.cpp +++ b/src/CardinalPlugin.cpp @@ -536,10 +536,11 @@ protected: const char* getDescription() const override { return "" - "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" + "Cardinal is a free and open-source virtual modular synthesizer plugin.\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" - "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"; }