Add ESeries plugin set

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-10-18 14:16:33 +01:00
parent 323c500bd0
commit 15b137e373
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
6 changed files with 34 additions and 5 deletions

View file

@ -49,9 +49,9 @@ FILE* fopen_u8(const char* filename, const char* mode)
// Define the global names to indicate this is Cardinal and not VCVRack
namespace rack {
const std::string APP_NAME = "";
const std::string APP_NAME = "Cardinal";
const std::string APP_EDITION = "";
const std::string APP_EDITION_NAME = "Cardinal Audio Plugin";
const std::string APP_EDITION_NAME = "Audio Plugin";
const std::string APP_VERSION_MAJOR = "2";
const std::string APP_VERSION = "2.0";
#if defined(ARCH_WIN)