VST cache rework (part one)
authorRobin Gareus <robin@gareus.org>
Sun, 2 Aug 2015 22:25:19 +0000 (00:25 +0200)
committerRobin Gareus <robin@gareus.org>
Sun, 2 Aug 2015 22:25:19 +0000 (00:25 +0200)
commit8c45d446adb11b4af8cb1033da5a3e8a004b05ad
tree6aadb42f9c8514e74dd02ef49e9a186a0b94e099
parentd9de55ae935bbf67abb22256fa6a6ac12144003b
VST cache rework (part one)

Don’t clutter up actual vst-plugin dirs with additional files.

Use dedicated folder for VST info-cache; use sha1-hash (of absolute dll
path) for .fsi file.

Use a single blacklist file (one path per line) instead of individual
.fsb files per plugin.
libs/ardour/ardour/vst_info_file.h
libs/ardour/filesystem_paths.cc
libs/ardour/plugin_manager.cc
libs/ardour/vst_info_file.cc