summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2011-04-15Fix 'make new plugins active' configure option (#3975).Carl Hetherington
2011-04-13Tolerate LV2 plugins that call persist/file state functions early.David Robillard
2011-04-11Move check for a new session directory being writable to after it has been cr...Carl Hetherington
2011-04-09remove all use of access(2) (this was done a bit stupidly, we could have used...Paul Davis
2011-04-09remove another instance of access(2)Paul Davis
2011-04-09part two of: correctly reset capture alignment at session loadPaul Davis
2011-04-09formatting cleanupPaul Davis
2011-04-09correctly reset capture alignment at session load; for MIDI diskstreams, don'...Paul Davis
2011-04-08rename only the main outs of a route when its name changes, not inserts or se...Paul Davis
2011-04-06Fix broken whitespace.David Robillard
2011-04-06Fix my name :)David Robillard
2011-04-06Update LV2 files extension.David Robillard
2011-04-06Implement latest LV2 files extension.David Robillard
2011-04-06Differentiate between pitch-shift (for audio) and transpose (for MIDI). Fixe...Carl Hetherington
2011-04-06Fix show checkbuttons for mixer groups on startup (#3919). Also synchronise ...Carl Hetherington
2011-04-05remove unused arguments to keep gcc quietPaul Davis
2011-04-04Fix read_raw_internal to use the appropriate audio source for the specified c...Carl Hetherington
2011-04-04Fix broken whitespace (no functional changes).David Robillard
2011-04-04Fix broken whitespace (no functional changes).David Robillard
2011-04-04minor tweaks to debug output and comments and header orderPaul Davis
2011-04-04when overwriting existing MIDI buffers in a MidiDiskstream be sure to update ...Paul Davis
2011-04-04reimplement MidiRingBuffer::dump()Paul Davis
2011-04-04Add plugins (activating them) after doing any latency_compute_run, as otherwi...Carl Hetherington
2011-04-04move some DEBUG::Graph traces to DEBUG::ProcessThreads ; remove Diskstream::r...Paul Davis
2011-04-03Implement LV2 files extension.David Robillard
2011-04-02fix import of multi-track SMF files with some tracks containing only meta-eve...Paul Davis
2011-04-02Fix broken whitespace.David Robillard
2011-04-02more attempted cleanup of AU preset declarationsPaul Davis
2011-04-02add the standard mechanism for search paths to the path used for export forma...Paul Davis
2011-04-02fix up (?) audio_unit.cc compilation, maybePaul Davis
2011-03-30Save/restore PortInsert state fully (fixes #3901).Carl Hetherington
2011-03-30Remove some unused methods. Restore Solo boost, SiP cut and Dim Cut correctl...Carl Hetherington
2011-03-30Whitespace, add GPL boilerplate.Carl Hetherington
2011-03-29Update for latest LV2 Persist extension.David Robillard
2011-03-29Update for latest LV2 persist extension.David Robillard
2011-03-29Add subject to key/value chunks in RDFF (i.e. store triples).David Robillard
2011-03-29Flesh out RDFF documentation.David Robillard
2011-03-29Switch RDFF to 2-clause BSD license.David Robillard
2011-03-29lv2_pfile => rdff.David Robillard
2011-03-28Implement most recent LV2 persist extension.David Robillard
2011-03-26remove sample-rate adjustment of plugin parameters - represents a misundersta...Paul Davis
2011-03-26Slightly improve debug output.Carl Hetherington
2011-03-26remove Evoral::RingBuffer, which was (a) duplicating PBD::RingBufferNPT and (...Paul Davis
2011-03-23use uselib = [ 'JACK' ] when running tests from wscript on installed (pkg-con...3.0-alpha2Paul Davis
2011-03-23set ARDOUR_SURFACES_PATH for a bundle, just like ARDOUR_PANNER_PATHPaul Davis
2011-03-23more tracking down why alpha binaries don't find control surfacesPaul Davis
2011-03-23tracking down why alpha binaries don't find control surfacesPaul Davis
2011-03-21avoid untested use of 2 jack weak symbolsPaul Davis
2011-03-21prevent limits on MAX_DBL from messing up combination of a framepos_t and a s...Paul Davis
2011-03-20fixup auto-connection of new MIDI tracks and MIDI tracks with newly-added aud...Paul Davis