summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2011-05-29totally untested initial code for MidiPlaylistSource, to provide for compound...Paul Davis
2011-05-29more gcc 4.6/standards compliancePaul Davis
2011-05-28attempt to be compliant with gcc 4.6 (assuming that its more compliant with s...Paul Davis
2011-05-28clean up memory leaks with nested source read buffersPaul Davis
2011-05-28putative fix for crashes related to diskstream playback buffer refills with c...Paul Davis
2011-05-27abort when cnt is too highPaul Davis
2011-05-27debugging outputPaul Davis
2011-05-26more combine/uncombine fixes including making uncombine push the compound reg...Paul Davis
2011-05-26remove bogus default-channel property from MidiTrack XMLPaul Davis
2011-05-26turn off relevant fade in/out before creating peakfiles for compound region s...Paul Davis
2011-05-26move session file storage of nested sources from playlist into region, and re...Paul Davis
2011-05-25restore compound region fade, where possible, to constituent regions, after u...Paul Davis
2011-05-25logic to copy audio region fade in/fade out into compound regions (one-way fo...Paul Davis
2011-05-25Fix name of libardour .mo file.Carl Hetherington
2011-05-25Remove MIDI track default channel and its menu, and choose the channel for ne...Carl Hetherington
2011-05-25correct the logic used when building a compound region to include a whole-fil...Paul Davis
2011-05-25updated swedish translation from peppoPaul Davis
2011-05-25Doxygen tweaks.Carl Hetherington
2011-05-25change region selection after a combine opPaul Davis
2011-05-25add back combine/uncombine debugging; fix uncombine op to get original region...Paul Davis
2011-05-23Fix build.Carl Hetherington
2011-05-23Assorted doxygen fixes; no functional changes.Carl Hetherington
2011-05-23uncombine now pays attention to trims + moves done with the compound region, ...Paul Davis
2011-05-23Fix bit rot with boost shared_ptr debugging code.Carl Hetherington
2011-05-23Fix a few missing drops of Route references.Carl Hetherington
2011-05-22rationalize and improve region naming conventions to cover compound regionsPaul Davis
2011-05-22basic uncombining (no post-facto region trimming)Paul Davis
2011-05-21Fix problems with restoration of unused playlists (#4052).Carl Hetherington
2011-05-20Not quite :) Waf obj.defines has no -D (compiler portable...).David Robillard
2011-05-20catchup tweak for the waf 1.6 changesPaul Davis
2011-05-19Use ISC license for RDFF (same idea, MIT style, just prettier).David Robillard
2011-05-18Add 'controls' item to plugin insert context menu to always show Ardour gener...David Robillard
2011-05-17No-op: indentation.Carl Hetherington
2011-05-17revert that last commitPaul Davis
2011-05-17put compounded-xfades at the right place, i thinkPaul Davis
2011-05-17xfades in combined regions seem to workPaul Davis
2011-05-17not actually working attempt to copy relevant xfades into compound regions; f...Paul Davis
2011-05-17fix thinko in playlist constructor for cut and copyBen Loftis
2011-05-17Remove unnecessary duplicate take of Sequence's read_lock.Carl Hetherington
2011-05-17Minor tidy-ups.Carl Hetherington
2011-05-17Remove unused mutex.Carl Hetherington
2011-05-17Remove unnecessary virtual declaration.Carl Hetherington
2011-05-16Fix undo when notes are changed and then removed by the overlap checker (#3995).Carl Hetherington
2011-05-16track combine ops per-playlist to avoid name collisions for compound regionsPaul Davis
2011-05-16rename join regions op as combine regions; save and restore nested playlists,...Paul Davis
2011-05-16Make MIDI channel selector button colours more distinct (#3772).Carl Hetherington
2011-05-16Update wscripts for portability and steps towards waf 1.6 migration.David Robillard
2011-05-16Don't check for SLV2 if Lilv is foundDavid Robillard
2011-05-16refactor playlist sources to allow for MIDI and upcoming work on save/restorePaul Davis
2011-05-16sane naming scheme for combined regions; fix deadlock when nesting to more th...Paul Davis