summaryrefslogtreecommitdiff
path: root/libs/ardour/audio_playlist.cc
AgeCommit message (Expand)Author
2012-01-04Use a few shared_ptrs to make things slightly neater.Carl Hetherington
2011-12-30Set up layering_index immediately on an explicit layer, so that undoCarl Hetherington
2011-10-24Remove unused read/write data count code.Carl Hetherington
2011-10-20remove absurd internal Crossfade constructor that confused region start and r...Paul Davis
2011-07-19Remove unused parameters to AudioRegion::read_atCarl Hetherington
2011-07-02Fix some set-but-not-used variable warnings from gcc 4.6Carl Hetherington
2011-06-22second half of "bomb out if playlist construction from XML fails"Paul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-30remove unused and useless "src" argument for a number of Region property modi...Paul Davis
2011-05-30add dependents to a compound playlist before creating a source from it, so th...Paul Davis
2011-05-26more combine/uncombine fixes including making uncombine push the compound reg...Paul Davis
2011-05-26turn off relevant fade in/out before creating peakfiles for compound region s...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-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-12fix minor type errorPaul Davis
2011-05-11Fix previous patch using Ben's patch from A2 to fix #4035 properly.Carl Hetherington
2011-05-11Reset fades on regions copied from time ranges in other regions (#4035).Carl Hetherington
2011-01-29prevent formation of new xfades when two regions are precisely co-terminal, a...Paul Davis
2011-01-17Fix build.Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-12-02A few type fixes.Carl Hetherington
2010-09-14Fix restoration of MementoCommand<Crossfade>. Fixes #3418.Carl Hetherington
2010-08-29(Hopefully) clarify operator= and copy construction behaviour of the Property...Carl Hetherington
2010-08-26Fix crossfade undo using the stateful diff system. Fixes #3257.Carl Hetherington
2010-08-25check dependents in Playlist after moving a region to a specific layer; make ...Paul Davis
2010-07-22When a region movement is undone, prevent the resulting movement from trigger...Carl Hetherington
2010-06-23fix some non-debug compile warningsPaul Davis
2010-06-23midway snapshot of work done on managing Region & Source lifetimes correctly....Paul Davis
2010-05-19MIDI region forking, plus Playlist::regions_to_read() fix forward ported from...Paul Davis
2010-02-23Fix various code quality issues found by cppcheck (e.g. uninitialized members...David Robillard
2010-02-19change PropertyChange from a bitfield into a real object, with all the many w...Paul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2010-01-25a boatload of minor and middle-sized changes to try to speed up undo. imperfe...Paul Davis
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-01Fix double-delete crash.Carl Hetherington
2009-11-28tracing and small fixes to improve object destruction pathwaysPaul Davis
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-08-24Freeze the audio playlist after completing the set_state on the parent playli...Carl Hetherington
2009-07-21Fix some unused parameter warnings.Carl Hetherington