Recursively scan for MacVSTs
authorRobin Gareus <robin@gareus.org>
Fri, 18 Nov 2016 01:36:04 +0000 (02:36 +0100)
committerRobin Gareus <robin@gareus.org>
Fri, 18 Nov 2016 01:36:04 +0000 (02:36 +0100)
libs/ardour/plugin_manager.cc

index 2e6b9912b815594b0f517b805a8ff7165621d442..8f9f5a90c0af376bc7b5a3b57507af5ce12f9076 100644 (file)
@@ -1047,7 +1047,7 @@ PluginManager::mac_vst_discover_from_path (string path, bool cache_only)
        vector<string> plugin_objects;
        vector<string>::iterator x;
 
-       find_paths_matching_filter (plugin_objects, path, mac_vst_filter, 0, true, true, false);
+       find_paths_matching_filter (plugin_objects, path, mac_vst_filter, 0, true, true, true);
 
        for (x = plugin_objects.begin(); x != plugin_objects.end (); ++x) {
                ARDOUR::PluginScanMessage(_("MacVST"), *x, !cache_only && !cancelled());