summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
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-04reduce number of points used to define x-fade curvesPaul Davis
2014-03-04mingw build fixes (tested with i686-w64-mingw32 on linux-x86_64)Robin Gareus
2014-03-03even more small mingw/win fixesRobin Gareus
2014-03-03yet another mingw/win fixRobin Gareus
2014-03-03some windows build fixesPaul Davis
2014-03-03detect VST midi-in/midi-out ports separately.Robin Gareus
2014-03-02implement VST midi-outputRobin Gareus
2014-03-02remove recently added conflation of mingw64 and msvc with respect to symbol e...Paul Davis
2014-03-02fix missing const for windows vst_search_path()Paul Davis
2014-03-02add missing extra filePaul Davis
2014-03-02use "new" VST search path code and adjust build system to reflect new source ...Paul Davis
2014-03-02remove fallback_folders code, add simpler more focused get_vst_search_path() ...Paul Davis
2014-03-01when mingw is mingw64, it appears that we need to use __declspec() and not __...Paul Davis
2014-03-01re-work VST paths configuration.Robin Gareus
2014-03-01change code that is never used into assert()s.Robin Gareus
2014-02-28fix typo in docRobin Gareus
2014-02-28change default value for plugin scan progress windowRobin Gareus
2014-02-28break out ARDOUR::PluginTypeRobin Gareus
2014-02-27do not crash when considering a directory called midi (with any case) as an a...Paul Davis
2014-02-26increase number of steps in xfade curves (where applicable) from about 9 to 32Paul Davis
2014-02-27treat linux and windows VST plugins equivalent on session loadRobin Gareus
2014-02-26"cancel" only cancels [new VST] discovery, not index-cache-readingRobin Gareus
2014-02-26properly handle VST scan/discover cancellation.Robin Gareus
2014-02-26add note to filesystem pathsRobin Gareus
2014-02-26user-configurable VST search paths (backend)Robin Gareus
2014-02-26fix typosRobin Gareus
2014-02-25option to en/dis-able VST plugin discovery on startupRobin Gareus
2014-02-25implement plugin-scan cancel-button sensitivityRobin 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-25prepare plugin list refresh w/o instantiate (using cache only)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-24remove incorrectly placed export declarationPaul Davis
2014-02-24remove unused and unimplementable audio engine sample format codePaul Davis
2014-02-24add (finally) DEBUG::AudioEngine bit and convert existing debug trace message...Paul Davis
2014-02-24plugin scan progress-display & preferencesRobin Gareus
2014-02-24prepare GUI notifications for plugin scanRobin 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