From 16acb8079a7c60e8a51fa7ae62b3b09c5a8e8bee Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 25 Nov 2022 18:25:30 +0000 Subject: [PATCH] Cleanup Signed-off-by: falkTX --- src/CardinalPlugin.cpp | 2 +- src/CardinalRemote/main.cpp | 2 +- src/override/plugin.cpp | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/CardinalPlugin.cpp b/src/CardinalPlugin.cpp index 4357c22..b19fd77 100644 --- a/src/CardinalPlugin.cpp +++ b/src/CardinalPlugin.cpp @@ -255,7 +255,7 @@ struct Initializer factoryTemplatePath = system::join(patchesPath, CARDINAL_TEMPLATE_NAME); // Log environment - INFO("%s %s %s, compatible with Rack v%s", APP_NAME.c_str(), APP_EDITION.c_str(), CARDINAL_VERSION.c_str(), APP_VERSION.c_str()); + INFO("%s %s %s, compatible with Rack version %s", APP_NAME.c_str(), APP_EDITION.c_str(), CARDINAL_VERSION.c_str(), APP_VERSION.c_str()); INFO("%s", system::getOperatingSystemInfo().c_str()); INFO("Binary filename: %s", getBinaryFilename()); INFO("Bundle path: %s", plugin->getBundlePath()); diff --git a/src/CardinalRemote/main.cpp b/src/CardinalRemote/main.cpp index 4ac0be2..a2329fe 100644 --- a/src/CardinalRemote/main.cpp +++ b/src/CardinalRemote/main.cpp @@ -106,7 +106,7 @@ int main(const int argc, const char* argv[]) asset::userDir = asset::systemDir; // Log environment - INFO("%s %s v%s", APP_NAME.c_str(), APP_EDITION.c_str(), APP_VERSION.c_str()); + INFO("%s %s version %s", APP_NAME.c_str(), APP_EDITION.c_str(), APP_VERSION.c_str()); INFO("%s", system::getOperatingSystemInfo().c_str()); // INFO("Binary filename: %s", getBinaryFilename()); INFO("System directory: %s", asset::systemDir.c_str()); diff --git a/src/override/plugin.cpp b/src/override/plugin.cpp index a23b26c..058c4b4 100644 --- a/src/override/plugin.cpp +++ b/src/override/plugin.cpp @@ -47,6 +47,7 @@ static const std::map pluginSlugFallbacks = { {"VultModules", "VultModulesFree"}, {"AudibleInstrumentsPreview", "AudibleInstruments"}, {"SequelSequencers", "DanielDavies"}, + {"DelexanderVol1", "DelexandraVol1"}, // {"", ""}, };