Add support for MacVST hidden/favorites
This commit is contained in:
parent
2481db7a7f
commit
0c54e56f96
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user