13
0
livetrax/libs
Robin Gareus 1b6d9aa430 fix x-fades (part one)
The data from the lower layer(s) was not faded out because
the reversed gain curve was incorrect because ControlList:add()
inserts anchor points.

a call to reverse_curve() for a linear fade produced:
 INPUT: [when,val]  {[0.0, 0.0], [300.0, 1.0]}
 OUTPUT: (reversed) {[0.0, 0.0], [0.0, 1.0], [1.0, 0,0], [300.0, 0.0]}

solution: use fast_simple_add() instead.

git-svn-id: svn://localhost/ardour2/branches/3.0@13572 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-11-30 15:51:08 +00:00
..
appleutility
ardour fix x-fades (part one) 2012-11-30 15:51:08 +00:00
audiographer Create export temporary files in the export directory 2012-10-30 21:14:03 +00:00
clearlooks-newer
clearlooks-older
evoral add reverse iterator to event list (prepare x-fade fix) 2012-11-30 15:51:05 +00:00
fst
gtkmm2ext provide the ability to enable + disable tooltips 2012-11-14 23:23:53 +00:00
midi++2 yet another fix for complaints from OS X gcc about constness 2012-10-29 16:16:07 +00:00
panners
pbd fix complaints from OS X gcc about constness 2012-10-29 16:13:33 +00:00
qm-dsp
rubberband
surfaces save + restore OSC active+feedback state (#5023) 2012-10-24 00:29:11 +00:00
taglib
timecode fix drop-frame TC subframe rounding 2012-11-18 09:53:11 +00:00
vamp-plugins
vamp-sdk
.cvsignore