summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
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-09fix mismatching use of operator new() when allocating buffer to passed into l...Paul Davis
2011-04-09add PBD::sys::path::exists_and_writable() method to help replace access(2)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-04add some scroll wheel support to the scroomerPaul Davis
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-04always make log/error window visible when a non-info message is postedPaul Davis
2011-04-04Update region peak amplitude when the region is trimmed (#3931).Carl Hetherington
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-30Somewhat guesswork-laden fix for VAMP plugin assertion failures (#3897, #3878...Carl Hetherington
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-30Spurious character in 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-26more customary include orderPaul Davis
2011-03-26remove Evoral::RingBuffer, which was (a) duplicating PBD::RingBufferNPT and (...Paul Davis