Browse Source

Add plugin slug fallback for "DelexandraVol1".

tags/v2.2.0
Andrew Belt 1 year ago
parent
commit
30f33276b0
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      src/plugin.cpp

+ 3
- 2
src/plugin.cpp View File

@@ -340,14 +340,15 @@ void settingsMergeJson(json_t* rootJ) {


/** Given slug => fallback slug.
Correctly handles bidirectional fallbacks.
To request fallback slugs to be added to this list, open a GitHub issue.
Supports bidirectional fallbacks.
To request fallback slugs to be added to this list, contact VCV support.
*/
static const std::map<std::string, std::string> pluginSlugFallbacks = {
{"VultModulesFree", "VultModules"},
{"VultModules", "VultModulesFree"},
{"AudibleInstrumentsPreview", "AudibleInstruments"},
{"SequelSequencers", "DanielDavies"},
{"DelexanderVol1", "DelexandraVol1"},
// {"", ""},
};



Loading…
Cancel
Save