summaryrefslogtreecommitdiff
path: root/libs/ardour/plugin_manager.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-12-11 15:46:53 +0100
committerRobin Gareus <robin@gareus.org>2016-12-11 15:52:56 +0100
commit0c54e56f96993831dc16433161094db916b9c4af (patch)
tree05a07740947b00b82b439b877661016829c43a97 /libs/ardour/plugin_manager.cc
parent2481db7a7f77b7c2020f044aa685c6822c500dda (diff)
Add support for MacVST hidden/favorites
Diffstat (limited to 'libs/ardour/plugin_manager.cc')
-rw-r--r--libs/ardour/plugin_manager.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/plugin_manager.cc b/libs/ardour/plugin_manager.cc
index 8f9f5a90c0..3a0a8fab59 100644
--- a/libs/ardour/plugin_manager.cc
+++ b/libs/ardour/plugin_manager.cc
@@ -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 {