summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/region.h
AgeCommit message (Expand)Author
2019-11-02add a new "contents" pseudo-property to RegionPaul Davis
2019-11-02NOOP: whitespace changePaul Davis
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2019-08-01(Source List) Region Tags (libardour part)Ben Loftis
2019-04-08NO-OP: whitespaceRobin Gareus
2019-03-12Add a time+layer equivalence checkRobin Gareus
2018-09-13Implement new Enclosed region equivalence modeColin Fletcher
2018-02-11SoloSelection: libardour part.Ben Loftis
2017-10-04Clean up State API:Robin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-08-23Update "separate_by_channel" API & add Lua bindingsRobin Gareus
2017-04-19Changes needed for building Tim's new 'string_convert' stuff with MSVC (libar...John Emmas
2017-03-17Lua bindings for libardour transient-analysisRobin Gareus
2017-02-04rework snapnick_m
2016-11-11rename Region pos_beats -> quarter_notenick_m
2016-11-11rename Region pulse to pos_beats. use new beat distance api where required.nick_m
2016-10-01Region pulse is no longer a property.nick_m
2016-08-31Add a pulse property to region.nick_m
2016-07-23Make Region's _beat a PBD::Property.nick_m
2016-07-10remove reference "const int32_t&" -> const int32_t"Robin Gareus
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-07-10Make some musical operations on music-locked regions operate in beats.nick_m
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-05-27Rwbi ramps - midi regions resize when tempo map changed.nick_m
2016-05-27Tempo ramps - update midi regions and locations when dragging tempo.nick_m
2016-05-01various transient-detection fixes (split region, trim, move, undo,..)Robin Gareus
2016-03-19remove cruftRobin Gareus
2015-11-14Ardour::Region - add method required to fix #6673.nick_m
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2014-11-18Fix Region::verify_length() so it actually does something.David Robillard
2014-07-10add libardour infrastructure for "fade range" edit operationPaul Davis
2013-12-27merge exportvis branch into cairocanvas, to reduce the number of "floating" b...Paul Davis
2013-10-17get everything compiling with libardour built using -fvisibility=hiddenPaul Davis
2013-10-17add export visibility macros across libardourPaul 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-01-04allow region list selection of whole file regions to select every instance of...Paul Davis
2012-09-08I think Region::can_move() should take into account _lockedCarl Hetherington
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-04-14Fix a few framecnt / framepos type confusions.Carl Hetherington
2012-04-14Fix a few return types.Carl Hetherington
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-17Remove unused code.Carl Hetherington