summaryrefslogtreecommitdiff
path: root/libs/ardour/region.cc
AgeCommit message (Expand)Author
2016-11-16a better fix for 6ed8c113a25 (scope)nick_m
2016-11-16Region:;set_state() should always set quarter_note.nick_m
2016-11-11remove debugging outputnick_m
2016-11-11rename Region pos_beats -> quarter_notenick_m
2016-11-11remove commented code.nick_m
2016-11-11rename Region pulse to pos_beats. use new beat distance api where required.nick_m
2016-11-11Refactor tempo api, include quarter-note distance in frames method.nick_m
2016-10-25Don't recalculate region beat position on session load, fix AudioTime thinko.nick_m
2016-10-18Music locked regions stay positive after tempo map change.nick_m
2016-10-16Minor cleanup (don't set pulse twice in Region::set_position()).nick_m
2016-10-09Ensure we have a region _beat for legacy sessions, set _pulse unconditionally...nick_m
2016-10-01Region pulse is no longer a property.nick_m
2016-09-02Use the stored beat to recalculate pulse when setting position as sub_num is ...nick_m
2016-08-31Keep region beat and pulse separated, ensure pulse is updated when setting po...nick_m
2016-08-31Add a pulse property to region.nick_m
2016-08-14Audio-locked midi region fixes.nick_m
2016-07-23Make Region's _beat a PBD::Property.nick_m
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-10Always set the musical position in Region::recompute_position_from_lock_style().nick_m
2016-07-10Exact beat - provide audio->music mapping for region split.nick_m
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