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
authorcrogers
Tue, 04 Dec 2012 14:56:19 -0800
changeset 232 a658660f3174
parent 231 398d2b754707
child 233 f3d3cf6ebe15
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
webaudio/specification.html
--- 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>