summaryrefslogtreecommitdiff
path: root/libs/ardour/vst_info_file.cc
AgeCommit message (Expand)Author
2015-04-27case insensitive VST plugin file extension - fixes #6285Robin Gareus
2015-04-27Revert "case insensitive ".dll" for VST plugins - fixes #6285"Robin Gareus
2015-04-26case insensitive ".dll" for VST plugins - fixes #6285Robin Gareus
2015-03-03recursive VST scansRobin Gareus
2014-12-10fix some cast warningsPaul Davis
2014-10-20add support for VST plugins without any parametersRobin Gareus
2014-10-11fix scanning of VST shell pluginsRobin Gareus
2014-10-0564bit windows VSTsRobin Gareus
2014-10-05fix VST user cache typo: info/blacklistRobin Gareus
2014-10-04use single newline char in VST info files.Robin Gareus
2014-05-29fix typo in vst doc.Robin Gareus
2014-05-28VST: fix name detection if effGetEffectName is N/A, remove superfluous \0.Robin Gareus
2014-05-28VST: properly query name from pluginRobin Gareus
2014-05-17vst-scanner app: properly init and use libpbd's TransmitterRobin Gareus
2014-04-12remove unnecessary includeRobin Gareus
2014-03-14comment libardour functions that are not used in external scanner.Robin Gareus
2014-03-13rework SystemExec - use vfork wrapper (and lots of related stuff)Robin Gareus
2014-03-09[VST] scan timeout display and per plugin timeout override.Robin Gareus
2014-03-09prepare configurable VST scan timeoutRobin Gareus
2014-03-09fix reading VST shell-plugin .fsi cacheRobin Gareus
2014-03-08VST? yes, we can do.Robin Gareus
2014-03-08fix double-free() when scanning VST shell pluginsRobin Gareus
2014-03-08VST scanner: fix Ardour type IDsRobin Gareus
2014-03-05no dot prefix for VST cache files on windows.Robin Gareus
2014-03-05move vst detection code into ARDOUR namespaceRobin Gareus
2014-03-05clean up and document VST scanner src, add error logging to fileRobin Gareus
2014-03-03detect VST midi-in/midi-out ports separately.Robin Gareus
2014-02-28break out ARDOUR::PluginTypeRobin Gareus
2014-02-26properly handle VST scan/discover cancellation.Robin Gareus
2014-02-26fix typosRobin Gareus
2014-02-25scan VSTs in background, allow to cancel & timeoutRobin Gareus
2014-02-25global static path to plugin scanner app.Robin Gareus
2014-02-25VST scanner tool.. part twoRobin Gareus
2014-02-25prepare standalone VST scanner tool.. part oneRobin Gareus
2014-02-25fix some code typos (compiler warnings)Robin Gareus
2014-02-24implement VST blacklistingRobin Gareus
2014-02-24preparations for VST blacklist (paths)Robin Gareus
2014-02-24plugin scan progress-display & preferencesRobin Gareus
2014-02-24fix VST shell-scanner (double free), support for VST2.4Robin 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