summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/audioregion.h
AgeCommit message (Expand)Author
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-02-04rework snapnick_m
2016-07-24prepare region RMS (loudness) normalizationRobin Gareus
2016-07-10remove reference "const int32_t&" -> const int32_t"Robin Gareus
2016-07-10Exact beat - provide audio->music mapping for region split.nick_m
2016-05-01various transient-detection fixes (split region, trim, move, undo,..)Robin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-20add silence-stripping fade constraintsRobin Gareus
2015-06-29add channel_count() to audio source APIPaul Davis
2014-07-10add libardour infrastructure for "fade range" edit operationPaul Davis
2014-05-01Drop unused set_default-fade(float, framecnt_t) prototypeAdrian Knoth
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-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2013-03-03skip fade&envelope info in region XMLRobin Gareus
2012-12-13crossfade hack and slash. removed overlap checks, overlap mode, default leng...Ben Loftis
2012-07-29trying to track down why undo doesn't remove xfade rendering on OS XPaul Davis
2012-06-16Add new SharedStatefulProperty which manages a shared_ptr toCarl Hetherington
2012-06-09Clean up libardour tests a bit.Carl Hetherington
2012-05-26convert audioregion xfade stuff to properties, add "is-short" property for fa...Paul Davis
2012-05-11switch to 5 new fade curves, taken from mixbus2 branch. make xfade context me...Paul Davis
2012-05-10trim a single other region when adjusting xfade lengthPaul Davis
2012-05-10if an xfade involves only 2 regions, clamp its length to the overlap between ...Paul Davis
2012-05-01mostly backup-oriented commit to preserve very initial pass at rendering fade...Paul Davis
2012-04-30Clarify behaviour of ::read (overwrites its buffer) wrt ::read_at (mixes into...Carl Hetherington
2012-04-30add explicit inverse fade in/out curves for use when doing constant power xfa...Paul Davis
2012-04-27Crossfades: default xfades are now constant-power, -3dB rule, other options a...Paul Davis
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2012-04-14Fix a few framecnt / framepos type confusions.Carl Hetherington
2012-03-15radically rethink export/bounce/freeze code design. probably not 100% done by...Paul Davis
2012-02-01Trim declaration.Carl Hetherington
2012-01-21Remove unused code.Carl Hetherington
2011-12-17Remove unused code.Carl Hetherington
2011-10-24Remove unused read/write data count code.Carl Hetherington
2011-07-19Remove unused parameters to AudioRegion::read_atCarl Hetherington
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-11Fix previous patch using Ben's patch from A2 to fix #4035 properly.Carl Hetherington
2011-05-11Reset fades on regions copied from time ranges in other regions (#4035).Carl Hetherington
2010-12-21Remove confuzzling offset_relative stuff from region construction (pre-proper...David Robillard
2010-12-20use notification of what was changed in MidiRegion::post_set() callPaul Davis
2010-12-12Minor cleanup.Carl Hetherington
2010-12-08move display of silence for strip-silence into regionviews, along with text t...Paul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-10-28Add region peak amplitude to region editor.Carl Hetherington
2010-10-27Use ProgressReporter class for normalization. Report progress for individual...Carl Hetherington
2010-09-19Put images on the fade in/out menus. Fixes #3411.Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis