Bug 19770: Note that if the last event for an AudioParam is a setCurveValue event, the computed value after that event will be equal to the latest curve value
--- a/webaudio/specification.html Tue Dec 04 14:48:04 2012 -0800
+++ b/webaudio/specification.html Tue Dec 04 14:56:19 2012 -0800
@@ -1711,6 +1711,10 @@
<pre>
v(t) = values[N * (t - startTime) / duration], where <em>N</em> is the length of the <em>values</em> array.
</pre>
+ <p>
+ After the end of the curve time interval (t >= <em>startTime</em> + <em>duration</em>), the value will remain constant at the final curve value,
+ until there is another automation event (if any).
+ </p>
</dd>
</dl>
<dl>