summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Collapse)Author
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 ↵Paul Davis
messages to use it
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
first step and clennup before adding support for VST shell-plugins (collections) and external scanner app...
2014-02-22fix minimum VST GUI window size (gtk padding)Robin Gareus
2014-02-22resolve gtk + VST threading issuesRobin Gareus
while (gtk_events_pending()) gtk_main_iteration(); never returns as long as there's a idle call registered somewhere (and it's not called from an idle callback itself)
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
libfst is now very ardour specific (no longer compatible with /upstream/)
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
command to start or stop touch was received
2014-02-19clear up some stupid thinking in Amp regarding the way the underlying ↵Paul Davis
AutomationControl/Controllable gets set when Amp::set_gain() is called
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 ↵Paul Davis
./waf i18n
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
even though they do not exist on disk yet; remove some debug output
2014-02-07add FileSource::is_stub() declarationPaul Davis
2014-02-07Fix egregious logic bug in FileSource::removable() and introduce ↵Paul Davis
FileSource::is_stub() to hide logic for deciding if a source (file) is a stub
2014-02-07fix utter confusion about session _path in new sessions.Paul Davis
Yikes!
2014-02-07don't add a [shared] panner for the sends to monitoing sectionRobin Gareus
fixes issue with 'stuck' mono panners (when using a stereo monitoring section and auto-connect): the send to monitor section is added after the main panner. At this point the channel-count is different, but the send shared panner() with the main route. Here: mono-panner on track, stereo-panner; and they shared control settings. since stereo-panner's width is 1, the position cannot be changed.
2014-02-05add debug-message to track down missing SourcesRobin Gareus
2014-02-04merge (w/fix) with masterPaul Davis
2014-02-03update audio-buffer assert, take offset into accountRobin Gareus
2014-02-03remove cruft - unused _size in audio-buffersRobin Gareus
2014-02-03fix stem-export buffer-size checkRobin Gareus
2014-02-03fix processor_lockRobin Gareus
Only WriterLock requires to hold process_lock() as well otherwise Route::process_output_buffers() may deadlock
2014-02-01forward port lv2_evbuf update (from jalv)Robin Gareus
2014-01-29Merge branch 'master' into cairocanvasPaul Davis
2014-01-27add new folders to linux vst search path to help out AVLinux and some other ↵Paul Davis
specialized distros
2014-01-26fix #5840 ; redefinition of typedef 'VstTimeInfo'Robin Gareus
2014-01-26fix crash when removing synth from midi-trackRobin Gareus
(and there are bypassed audio-plugins after said synth)
2014-01-23fix merge conflict with masterPaul Davis