Browse Source

Add Fundamental as plugin slug fallback of VCV-Pro in case modules are moved.

tags/v2.4.0
Andrew Belt 1 year ago
parent
commit
6e1aaa3c11
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/plugin.cpp

+ 1
- 0
src/plugin.cpp View File

@@ -358,6 +358,7 @@ static const std::map<std::string, std::string> pluginSlugFallbacks = {
{"AudibleInstrumentsPreview", "AudibleInstruments"},
{"SequelSequencers", "DanielDavies"},
{"DelexanderVol1", "DelexandraVol1"},
{"VCV-Pro", "Fundamental"},
// {"", ""},
};



Loading…
Cancel
Save