summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2015-03-08Fix compilation with --no-lv2 (#0006169).David Robillard
2015-03-07Fix LV2 preset deletion and clash between plugins.David Robillard
2015-03-07Add some newly introduced sources to our MSVC project (libardour)John Emmas
2015-03-05Add MIDI readahead to options editor.David Robillard
2015-03-05Handle edits while playing precisely.David Robillard
2015-03-05Clean up MidiPlaylist::read, kill copy-paste code.David Robillard
2015-03-05fix import of v2 session redirects: active or inactiveBen Loftis
2015-03-05create engine thread before sending notifications.Robin Gareus
2015-03-03recursive VST scansRobin Gareus
2015-03-03Adapt our MSVC projects to use our (newly re-built) libsuilJohn Emmas
2015-03-02leave a ToDo note for the butler.Robin Gareus
2015-03-01use Xthreads in session butler.Robin Gareus
2015-03-01tiny cleanup due to long comment in between.Robin Gareus
2015-03-01fix typo in c936c97Robin Gareus
2015-02-28API to delete AU cache & blacklistRobin Gareus
2015-02-28AU blacklistRobin Gareus
2015-02-28AU fix potential endless loop during discoveryRobin Gareus
2015-02-28AU presets: allow to save & directly use.Robin Gareus
2015-02-28include AU control outputs (as meters on generic UI)Robin Gareus
2015-02-28automated toggles? yes we can!Robin Gareus
2015-02-28fix AU generic GUI and automation lanesRobin Gareus
2015-02-28fix routing midi data on export:Robin Gareus
2015-02-27likely fix for broken fades (imported from v2 sessions)Ben Loftis
2015-02-27potential fix for the_CLA reported problem: v2 fader values are lost if you ...Ben Loftis
2015-02-26fix generic GUI for AU.Robin Gareus
2015-02-25annotate prev commit.Robin Gareus
2015-02-25no more AU warnings…Robin Gareus
2015-02-24AU synth. prefer stereo variant if available.Robin Gareus
2015-02-22support AudioUnit Generators without global Channel InfoRobin Gareus
2015-02-22fix two other potential issues with leftover 32 bit integers when reading fro...Paul Davis
2015-02-22fix incorrect use of int32_t for current position in file while writing to no...Paul Davis
2015-02-20fix logic of Session::audio_source_name_is_unique()Paul Davis
2015-02-20ensure that stub audio file sources are removed when we destroy a trackPaul Davis
2015-02-19Normalize notes on all channels.David Robillard
2015-02-19Fix record/import of note ons with velocity 0.David Robillard
2015-02-19change Audio backend sample time methods to use a 64 bit timelinePaul Davis
2015-02-19fix some static-analysis warningsRobin Gareus
2015-02-19fix transport issues when loop-is-mode is off.Paul Davis
2015-02-18fix initialization order (sigh)Paul Davis
2015-02-18Revert "[Summary] Eliminated redundant marker update notification which lead ...Paul Davis
2015-02-18Revert "fix indentation from previous commit and previous edits"Paul Davis
2015-02-17try to restore original semantics for scheduling butler transport work in Ses...Paul Davis
2015-02-17another required fix following recent cherry-picks from wavesPaul Davis
2015-02-17[Summary] Blocked redundant skip marker (during skip ranges consolidation) up...GZharun
2015-02-17mark session dirty when loop location is changedPaul Davis
2015-02-17fix indentation from previous commit and previous editsPaul Davis
2015-02-17[Summary] Eliminated redundant marker update notification which lead to creat...GZharun
2015-02-17[Summary] Fixed loop processing in cases when loop is moved/resizedGZharun
2015-02-16fixes for desirable playback when using seamless looping.Paul Davis
2015-02-15Add TestUI class to properly handle EventLoop invalidationTim Mayberry