From 6e1aaa3c1136f5e01027b5e4f3b2575a9bfc6cd1 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 11 Mar 2023 09:40:34 -0500 Subject: [PATCH] Add Fundamental as plugin slug fallback of VCV-Pro in case modules are moved. --- src/plugin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugin.cpp b/src/plugin.cpp index 25621f66..6ea4f97d 100644 --- a/src/plugin.cpp +++ b/src/plugin.cpp @@ -358,6 +358,7 @@ static const std::map pluginSlugFallbacks = { {"AudibleInstrumentsPreview", "AudibleInstruments"}, {"SequelSequencers", "DanielDavies"}, {"DelexanderVol1", "DelexandraVol1"}, + {"VCV-Pro", "Fundamental"}, // {"", ""}, };