summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
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
2014-02-22fix minimum VST GUI window size (gtk padding)Robin Gareus
2014-02-22resolve gtk + VST threading issuesRobin Gareus
2014-02-22NOOP, whitespace change onlyRobin Gareus
2014-02-22Windows VST GUI related reworkRobin Gareus
2014-02-22first part of merging windows and wine VSTRobin Gareus
2014-02-22update vestige header (from mixbus)Robin Gareus
2014-02-19use new ControlList::add() argumentPaul Davis
2014-02-19do not needlessly keep starting touch/automation watch passes just because a ...Paul Davis
2014-02-19clear up some stupid thinking in Amp regarding the way the underlying Automat...Paul Davis
2014-02-14debugging export format UUID creationPaul Davis
2014-02-14possible fix for error during export format load-from-diskPaul Davis
2014-02-10i18n updates (specifically .de from edgar a, but also contains results of ./w...Paul Davis
2014-02-10string fix up, IIPaul Davis
2014-02-10string fix upPaul Davis
2014-02-08Merge branch 'master' into cairocanvasPaul Davis
2014-02-08add kxstudio linux vst dirs to LXVST default search pathPaul Davis
2014-02-08fix missing colon in extension of LXVST search pathPaul Davis
2014-02-07merge with master, with minor conflict fixesPaul Davis
2014-02-07when cleaning up sources, do not remove "stub" sources from the source list, ...Paul Davis
2014-02-07add FileSource::is_stub() declarationPaul Davis
2014-02-07Fix egregious logic bug in FileSource::removable() and introduce FileSource::...Paul Davis
2014-02-07fix utter confusion about session _path in new sessions.Paul Davis
2014-02-07don't add a [shared] panner for the sends to monitoing sectionRobin Gareus