summaryrefslogtreecommitdiff
path: root/libs/ardour/region.cc
AgeCommit message (Expand)Author
2016-07-10Make some musical operations on music-locked regions operate in beats.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-11Fix many offset errors when drawing notes in midi regions that have been edited.nick_m
2016-06-07Region ctor inherits position, start and beat.nick_m
2016-06-07Fix initialization of Region::_beat.nick_m
2016-06-07Region always sets position before length.nick_m
2016-06-06Consolidate notifications when MidiRegion changes length due to position change.nick_m
2016-05-27Rwbi ramps - midi regions resize when tempo map changed.nick_m
2016-05-27Tempo ramps - rename for consistency, remove some testing code, add meter bas...nick_m
2016-05-27Tempo ramps - fix save/restore of region position_lock_style.nick_m
2016-05-27Tempo ramps - update midi regions and locations when dragging tempo.nick_m
2016-05-07fix LocaleGuard contstructor (3dc77280)Robin Gareus
2016-05-05we always only use the "C" locale when saving.Robin Gareus
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-05-01various transient-detection fixes (split region, trim, move, undo,..)Robin Gareus
2016-03-30Fix #5884: errors when using timestretch toolPavel Potocek
2016-02-22remove all trace of SAE from source code.Paul Davis
2015-11-14Ardour::Region - add method required to fix #6673.nick_m
2015-10-08fix region "valid-transient" propertyRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-01-19use C locale, because POSIX locale is not supported on windows, and operation...Ben Loftis
2014-11-18Fix Region::verify_length() so it actually does something.David Robillard
2013-09-14fix merge conflicts with masterPaul Davis
2013-08-15check master sources when determining whether a region uses a source. should ...Paul Davis
2013-04-24many pervasive changes primarily related to waveform drawing, particular cont...Paul Davis
2013-04-11enable videotimeline by defaultRobin Gareus
2013-03-13videotimlineRobin Gareus
2013-03-03fix region fade/env XML save - fixes #5353Robin Gareus
2013-01-04allow region list selection of whole file regions to select every instance of...Paul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-10trim a single other region when adjusting xfade lengthPaul Davis
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2012-04-15Update MidiRegion::_start_beats on trimming the front of a MIDI region; reset...Carl Hetherington
2012-01-05possibly fix deadlocking issues with tempo map by rearranging code and adding...Paul Davis
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
2011-12-27Re-work layering in possibly debatable ways. Sketchy docs in doc/layering.Carl Hetherington
2011-12-17Clear up confusion with overloads of _frozen and frozen()Carl Hetherington
2011-12-17Remove unused code.Carl Hetherington
2011-12-17Make a fair bit of Region's interface private.Carl Hetherington
2011-12-12Always set up _last_position on set_position_internal so that the playlist ra...Carl Hetherington
2011-12-12Set up region BBT time when frame position changes, if the region is glued to...Carl Hetherington
2011-12-11Keep track of MIDI region's start positions in beats, toCarl Hetherington
2011-11-24Add option to glue new regions to bars and beats (#4202).Carl Hetherington
2011-11-11fix nasty off by one error that put the end of an end-trimmed region one samp...Paul Davis
2011-10-24Remove unused read/write data count code.Carl Hetherington
2011-10-18make Stateful::_id private and provide appropriate methods to set it, and use...Paul Davis
2011-07-26fix up colons in track names before they are used for JACK port names; catch ...Paul Davis