summaryrefslogtreecommitdiff
path: root/libs/ardour/audio_playlist.cc
AgeCommit message (Expand)Author
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-10AudioPlaylist doesn't double-notify that contents have changed if bounds have...nick_m
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2013-03-21fix nasty crash when using double-nested compound (consolidated) regions caus...Paul Davis
2012-12-13crossfade hack and slash. removed overlap checks, overlap mode, default leng...Ben Loftis
2012-12-12muted regions should be totally ignored during playlist read()Ben Loftis
2012-06-10Fix off-by-one in computation of crossfade lengths.Carl Hetherington
2012-06-09Comment tweak.Carl Hetherington
2012-06-01fix construction of new xfades from legacy xfades, and add a few comments her...Paul Davis
2012-05-30rethink how to load legacy crossfades as new-style xfadesPaul Davis
2012-05-30don't abort when loading legacy xfades if the constituent regions cannot be f...Paul Davis
2012-05-30debugging legacy xfade loading, part 2Paul Davis
2012-05-30debugging legacy xfade loadingPaul Davis
2012-05-29don't reset region fades to default after a playlist op unless the fades used...Paul Davis
2012-05-26convert audioregion xfade stuff to properties, add "is-short" property for fa...Paul Davis
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-16switch to a RWLock for Playlist, to allow simultaneous reads (which can happe...Paul Davis
2012-05-11switch to 5 new fade curves, taken from mixbus2 branch. make xfade context me...Paul Davis
2012-05-01remove recursive mutex from Playlist, replace with private regular mutex, for...Paul Davis
2012-05-01mostly backup-oriented commit to preserve very initial pass at rendering fade...Paul Davis
2012-04-27Crossfades: default xfades are now constant-power, -3dB rule, other options a...Paul Davis
2012-04-26Use Glib::Threads::RecMutex rather than Glib::RecMutex whereCarl Hetherington
2012-04-18Add drawing.Carl Hetherington
2012-04-18Re-work fade operation to be closer to Mixbus; thingsCarl Hetherington
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2012-02-01Make crossfade convert-to-full and activate/deactivate work across edit group...Carl Hetherington
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