summaryrefslogtreecommitdiff
path: root/libs/ardour/audioregion.cc
AgeCommit message (Expand)Author
2016-07-24prepare region RMS (loudness) normalizationRobin Gareus
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-10Exact beat - provide audio->music mapping for region split.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-05Fix issue #0006806feandin
2015-11-18reduce math weirdness (thanks to Steven Yi)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-20silence detection: include fades.Robin Gareus
2015-09-20add silence-stripping fade constraintsRobin Gareus
2015-06-29[Summary] Fixed windows buildGreg Zharun
2015-06-29add channel_count() to audio source APIPaul Davis
2015-06-02AudioRegion::read_peaks() should return 0 or the number of peaks read, not th...Paul Davis
2015-05-19try to improve the ill-conceived fade_range actionBen Loftis
2015-04-22Initial Gain Coefficient tweaksBen Loftis
2015-03-30fix crash #6161 - another throw w/o catchRobin Gareus
2015-02-27likely fix for broken fades (imported from v2 sessions)Ben Loftis
2015-01-19use C locale, because POSIX locale is not supported on windows, and operation...Ben Loftis
2014-12-01Replace half-baked param metadata with descriptor.David Robillard
2014-10-02Text tweaks and typo fixesColin Fletcher
2014-07-10add libardour infrastructure for "fade range" edit operationPaul Davis
2014-05-30use CubicSpline interpolation for x-fade preset ShapesRobin Gareus
2014-05-29use fixed number of steps for dB-scale x-fade curves.Robin Gareus
2014-05-29fixed number of steps for symmetric fades:Robin Gareus
2014-05-29fix symmetric fade-shape (still variable number of steps)Robin Gareus
2014-05-29Symmetric x-fade, use equivalent of -6dB per step for 7 steps.Robin Gareus
2014-05-29increase accuracy of fades.Robin Gareus
2014-05-29revert x-fade curves to Mixbus2.Robin Gareus
2014-05-26NOOP, just re-indent diagramRobin Gareus
2014-05-01Introduce global default-fade-shape configuration variableAdrian Knoth
2014-03-04reduce number of points used to define x-fade curvesPaul Davis
2014-02-26increase number of steps in xfade curves (where applicable) from about 9 to 32Paul Davis
2014-01-02Merge branch 'master' into cairocanvasPaul Davis
2013-12-28fix replicate_missing_region_channels optionRobin Gareus
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
2013-03-03fix region fade/env XML save - fixes #5353Robin Gareus
2012-12-13crossfade hack and slash. removed overlap checks, overlap mode, default leng...Ben Loftis
2012-11-30fix x-fades (part one)Robin Gareus
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-07-24a bit more output from -D audioplayback, to help thorsten track down a crash/...Paul Davis
2012-06-16Return silence from read_from_sources() if we try to read a channel that our ...Carl Hetherington
2012-06-16Add new SharedStatefulProperty which manages a shared_ptr toCarl Hetherington
2012-06-09Fix off-by-one in body_range().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