mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-25 07:57:43 +01:00
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
|
||
|---|---|---|
| .. | ||
| appleutility | ||
| ardour | ||
| audiographer | ||
| clearlooks-newer | ||
| clearlooks-older | ||
| evoral | ||
| fst | ||
| gtkmm2ext | ||
| midi++2 | ||
| panners | ||
| pbd | ||
| qm-dsp | ||
| rubberband | ||
| surfaces | ||
| taglib | ||
| timecode | ||
| vamp-plugins | ||
| vamp-sdk | ||
| .cvsignore | ||