Add support for MacVST hidden/favorites
authorRobin Gareus <robin@gareus.org>
Sun, 11 Dec 2016 14:46:53 +0000 (15:46 +0100)
committerRobin Gareus <robin@gareus.org>
Sun, 11 Dec 2016 14:52:56 +0000 (15:52 +0100)
libs/ardour/plugin_manager.cc

index 8f9f5a90c0af376bc7b5a3b57507af5ce12f9076..3a0a8fab59a2d0305ae2ec3f90ec799c835fff10 100644 (file)
@@ -1372,6 +1372,8 @@ PluginManager::load_statuses ()
                        type = Windows_VST;
                } else if (stype == "LXVST") {
                        type = LXVST;
+               } else if (stype == "MacVST") {
+                       type = MacVST;
                } else if (stype == "Lua") {
                        type = Lua;
                } else {