summaryrefslogtreecommitdiff
path: root/libs/ardour/audioregion.cc
AgeCommit message (Expand)Author
2018-02-11SoloSelection: libardour part.Ben Loftis
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-06-22Remove LocaleGuard from ARDOUR::AudioRegion state methodsTim Mayberry
2017-05-06Factor RMS normalization by sqrt(2); match sine peakRobin Gareus
2017-04-19Use XMLNode::get/set_property in ARDOUR::AudioRegion classTim Mayberry
2017-03-11fix incorrect property change in AudioRegion::set_fade_out()nick_m
2017-02-04rework snapnick_m
2016-12-28Fix AudioRegion RMS calc for multi-channelRobin Gareus
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