Browse Source

Cleanup

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.11
falkTX 2 years ago
parent
commit
16acb8079a
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
3 changed files with 3 additions and 2 deletions
  1. +1
    -1
      src/CardinalPlugin.cpp
  2. +1
    -1
      src/CardinalRemote/main.cpp
  3. +1
    -0
      src/override/plugin.cpp

+ 1
- 1
src/CardinalPlugin.cpp View File

@@ -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());


+ 1
- 1
src/CardinalRemote/main.cpp View File

@@ -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());


+ 1
- 0
src/override/plugin.cpp View File

@@ -47,6 +47,7 @@ static const std::map<std::string, std::string> pluginSlugFallbacks = {
{"VultModules", "VultModulesFree"},
{"AudibleInstrumentsPreview", "AudibleInstruments"},
{"SequelSequencers", "DanielDavies"},
{"DelexanderVol1", "DelexandraVol1"},
// {"", ""},
};



Loading…
Cancel
Save