From a2d1f894b05b23b58fad5d87c309bd42286b24b9 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 3 Mar 2015 16:42:05 +0100 Subject: recursive VST scans --- libs/ardour/vst_info_file.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/vst_info_file.cc') diff --git a/libs/ardour/vst_info_file.cc b/libs/ardour/vst_info_file.cc index 731f3e67e8..2d68421103 100644 --- a/libs/ardour/vst_info_file.cc +++ b/libs/ardour/vst_info_file.cc @@ -97,6 +97,7 @@ vstfx_cache_file (const char* dllpath, int personal, const char *ext) string dir; if (personal) { dir = get_personal_vst_info_cache_dir(); + // TODO prefix path relative to scan-root to avoid duplicates } else { dir = Glib::path_get_dirname (std::string(dllpath)); } -- cgit v1.2.3