Files
ardour/libs/ardour
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
..
2012-05-17 00:54:43 +00:00
2012-09-12 21:30:44 +00:00
2012-11-15 19:46:40 +00:00
2012-11-30 15:51:08 +00:00
2012-11-14 20:38:48 +00:00
2012-11-14 21:54:19 +00:00
2012-10-12 09:45:22 +00:00
2012-06-23 05:07:09 +00:00
2012-03-13 20:14:22 +00:00
2012-11-18 09:53:13 +00:00
2012-10-12 09:24:31 +00:00
2012-03-01 21:08:58 +00:00
2012-05-19 14:46:50 +00:00
2012-06-11 10:42:30 +00:00
2012-11-18 09:53:13 +00:00
2011-11-23 00:55:34 +00:00
2012-08-29 00:30:50 +00:00
2012-11-17 20:15:41 +00:00