Implement MIDI-Map, finishing all core replacements

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-01-30 00:33:54 +00:00
parent eec0438d50
commit cb26617890
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
11 changed files with 749 additions and 193 deletions

View file

@ -89,9 +89,13 @@ static const std::map<PluginModuleSlug, PluginModuleSlug> moduleSlugFallbacks =
{{"Core", "AudioInterface16"}, {"Cardinal", "HostAudio8"}},
{{"Core", "MIDIToCVInterface"}, {"Cardinal", "HostMIDI"}},
{{"Core", "MIDICCToCVInterface"}, {"Cardinal", "HostMIDICC"}},
{{"Core", "MIDITriggerToCVInterface"}, {"Cardinal", "HostMIDIGate"}},
{{"Core", "CV-MIDI"}, {"Cardinal", "HostMIDI"}},
{{"Core", "CV-CC"}, {"Cardinal", "HostMIDICC"}},
{{"Core", "CV-Gate"}, {"Cardinal", "HostMIDIGate"}},
{{"Core", "MIDI-Map"}, {"Cardinal", "HostMIDIMap"}},
{{"Core", "Notes"}, {"Cardinal", "TextEditor"}},
{{"Core", "Blank"}, {"Cardinal", "Blank"}},
{{"MindMeld-ShapeMasterPro", "ShapeMasterPro"}, {"MindMeldModular", "ShapeMaster"}},
// {{"", ""}, {"", ""}},
};