summaryrefslogtreecommitdiff
path: root/libs/ardour/playlist.cc
AgeCommit message (Expand)Author
2018-02-11SoloSelection: libardour part.Ben Loftis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-06-14Fix region-gain offset when separating ranges5.10Robin Gareus
2017-06-14Fix range-separate for musically-locked MIDI regionsRobin Gareus
2017-05-25Always create a deep copy of MIDI regions when copying playlists.Robin Gareus
2017-04-19Use PBD::string_to_uint32 in Playlist class instead of boost::lexical_castTim Mayberry
2017-04-19Use XMLNode::get/set_property API in ARDOUR::Playlist classTim Mayberry
2017-04-19Use ID::to_s() in libardour instead of ID::print()Tim Mayberry
2017-02-15Don't copy-construct MusicFrame, pass const reference.Robin Gareus
2017-02-04rework snapnick_m
2017-02-03another tweak to maybe-fix crash in Playlist::fade_range()Paul Davis
2017-02-02potential fix for crashes when creating fade-rangesRobin Gareus
2017-01-27no-op - whitespace fix for libs/ardour/playlist.ccnick_m
2017-01-05Proposed fix managing shared playlists (see #7150)Julien ROGER
2016-12-13Fix layered-record undo, include changes to existing region(s)Robin Gareus
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