summaryrefslogtreecommitdiff
path: root/libs/ardour/playlist.cc
AgeCommit message (Expand)Author
2020-02-28Ensure that regions have sources when savingRobin Gareus
2020-01-08expand comment to include (more of?) the full story about uncombining and copiesPaul Davis
2020-01-08expand the test used to decide if we need to make copies when uncombining a c...Paul Davis
2020-01-08never remove entries from the CompoundAssociation mapPaul Davis
2020-01-08add concept of an owner region (by ID) to PlaylistSourcePaul Davis
2019-12-17Convert Disksteam & Playlists from old 2.x sessionsRobin Gareus
2019-12-12fix playback of newly added/modified MIDI dataPaul Davis
2019-11-02various adjustments so that a MidiPlaylist gets re-rendered whenever it changes.Paul Davis
2019-09-17add finite state machine to control/manage transport statePaul Davis
2019-09-17remove unused local variablePaul Davis
2019-08-29No-OP: move doxygen doc into header filesRobin Gareus
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2019-08-01(Source List) Region List rewrite (libardour part)Ben Loftis
2019-03-19Remove global Session::playlists variable, use getter method (1/2)Robin Gareus
2019-03-12Add a time+layer equivalence checkRobin Gareus
2018-12-21Fix insert/remove time duplicate automation move -- #7712Robin Gareus
2018-12-21NO-OP: whitespaceRobin Gareus
2018-09-13Implement new Enclosed region equivalence modeColin Fletcher
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