summaryrefslogtreecommitdiff
path: root/libs/ardour/playlist.cc
AgeCommit message (Expand)Author
2016-04-10NO-OP whitespace + commentsRobin Gareus
2016-02-22Spelling correction patch from DebianAdrian Knoth
2016-01-28Add Playlist::duplicate_range/s utility methodsTim Mayberry
2016-01-14Fix bug 6725 regions incorrectly moved after tempo change when glued to BBT timeTim Mayberry
2015-12-02Add function to duplicate until a certain frame.André Nusser
2015-11-04Make duplicate start at position, not position + 1. (libs part)André Nusser
2015-10-12fix crashes due to glib ignored EDEADLK.Robin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-20fix duplicating multiple selected regions - fixes #6202André Nusser
2015-06-29fix indentationPaul Davis
2015-06-29[Summary] Region changes will make session dirtyGZharun
2015-05-10Layering - the return of "later is higher".nick_m
2015-04-11remove unused local variablePaul Davis
2014-12-01Comments in various call-sites of coverage()Colin Fletcher
2014-10-15when flushing notifications/signals from an ARDOUR::Playlist, emit the Region...Paul Davis
2014-10-10Properly count nested regionsRobin Gareus
2014-10-10re-reference regions during uncombine - #5979Robin Gareus
2014-07-23Cut and Copy should remember the white space at the end of a range.Ben Loftis
2014-07-10add libardour infrastructure for "fade range" edit operationPaul Davis
2014-07-01Merge branch 'ripple-mode-cc' into cairocanvasColin Fletcher
2014-06-16fix typo in comment of prev. commitRobin Gareus
2014-06-16fix region un/combine, based on a patch by Tom BrandRobin Gareus
2014-05-07Ripple mode: basic implementationColin Fletcher
2014-05-07Splice mode: exclude newly-added regions from being shuffledColin Fletcher
2013-08-04'libs/ardour' - Use 'const_iterator' where appropriate (required to be builda...John Emmas
2013-08-01remove an identical odd namespacing typoPaul Davis
2013-08-01remove odd namespacing typoPaul Davis
2013-01-04allow region list selection of whole file regions to select every instance of...Paul Davis
2012-12-13crossfade hack and slash. removed overlap checks, overlap mode, default leng...Ben Loftis
2012-06-10Set up layering correctly on compound playlists so thatCarl Hetherington
2012-06-01When we rename a track, only rename its playlist if itCarl Hetherington
2012-05-24always create short xfades when adding a region based on capturePaul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-23stop deadlock when pasting into a playlistPaul Davis
2012-05-16switch to a RWLock for Playlist, to allow simultaneous reads (which can happe...Paul Davis
2012-05-01remove recursive mutex from Playlist, replace with private regular mutex, for...Paul Davis
2012-04-29Handle update of crossfades on explicit relayer more efficiently.Carl Hetherington
2012-04-28Remove unused variable.Carl Hetherington
2012-04-27Crossfades: default xfades are now constant-power, -3dB rule, other options a...Paul Davis
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2012-04-02Remove some unused stuff.Carl Hetherington
2012-02-01Tidy up slightly.Carl Hetherington
2012-01-27promote Playlist::RegionList to ARDOUR::RegionList; fix timefx on multiple re...Paul Davis
2012-01-04Use a few shared_ptrs to make things slightly neater.Carl Hetherington
2011-12-31Emit notify_layering_changed() more often; especially when we remove the only...Carl Hetherington
2011-12-30Anywhere that deletes regions needs to use a rdiff() on the playlistCarl Hetherington
2011-12-30Debug code.Carl Hetherington
2011-12-30Set up layering_index immediately on an explicit layer, so that undoCarl Hetherington
2011-12-29Revert internals of the last layering-related commit, and go back a slightly-...Carl Hetherington