summaryrefslogtreecommitdiff
path: root/libs/ardour/playlist.cc
AgeCommit message (Expand)Author
2016-12-06Fix #6753Julien ROGER
2016-12-06Fix Multi Duplicate for a Range SelectionsTim Mayberry
2016-11-08Support multiple readers for MIDI source/modelDavid Robillard
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-10remove reference "const int32_t&" -> const int32_t"Robin Gareus
2016-07-10Remove extra ContentsChanged signal on tempo map change.nick_m
2016-07-10Exact beat for added regions.nick_m
2016-07-10Complete the task of Playlist::flush_notifications ()nick_m
2016-07-10Paste uses exact beats. rework _start_beats calculation in copy-with-offset c...nick_m
2016-07-10Exact beat - provide audio->music mapping for region split.nick_m
2016-06-28remove debug output and add a few suggestive commentsPaul Davis
2016-06-28changes in logic used by source cleanup to avoid endless recursion in session...Paul Davis
2016-06-08consistent API name for region-listRobin Gareus
2016-05-27Crapola - this is an experimental performance hack that must be reverted.nick_m
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-05-01fix: gcc4.2 / PPC compilationRobin Gareus
2016-05-01various transient-detection fixes (split region, trim, move, undo,..)Robin Gareus
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