Browse Source

Add bidirectional module fallback: MindMeld-ShapeMasterPro/ShapeMasterPro.

tags/v2.0.0
Andrew Belt 3 years ago
parent
commit
d9b169ebaf
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/plugin.cpp

+ 2
- 0
src/plugin.cpp View File

@@ -316,6 +316,8 @@ using PluginModuleSlug = std::tuple<std::string, std::string>;
static const std::map<PluginModuleSlug, PluginModuleSlug> moduleSlugFallbacks = {
{{"AudibleInstrumentsPreview", "Plaits"}, {"AudibleInstruments", "Plaits"}},
{{"AudibleInstrumentsPreview", "Marbles"}, {"AudibleInstruments", "Marbles"}},
{{"MindMeld-ShapeMasterPro", "ShapeMasterPro"}, {"MindMeldModular", "ShapeMaster"}},
{{"MindMeldModular", "ShapeMaster"}, {"MindMeld-ShapeMasterPro", "ShapeMasterPro"}},
// {{"", ""}, {"", ""}},
};



Loading…
Cancel
Save