summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/vst_info_file.h
AgeCommit message (Collapse)Author
2016-11-13Mac VST-2.x supportRobin Gareus
2015-08-03VST cache file transition.Robin Gareus
2015-08-03VST cache rework (part one)Robin Gareus
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.
2015-07-15VST-info hotfix for 32/64 parallel installs.Robin Gareus
In the long-run this needs a better solution: Dedicated cache folders..
2015-07-10separate VST blacklist for 32/64bitRobin Gareus
2014-03-05move vst detection code into ARDOUR namespaceRobin Gareus
2014-02-25VST scanner tool.. part twoRobin Gareus
2014-02-24preparations for VST blacklist (paths)Robin Gareus
2014-02-23remaining bits for VST-shell plugin support ..and more VST reworkRobin Gareus
2014-02-23preparations for VST Shell plugins (mostly mixbus code forward port)Robin Gareus
2014-02-23consolidate lxVST & winVST file-info code into libardourRobin Gareus
first step and clennup before adding support for VST shell-plugins (collections) and external scanner app...