Bug 19765: Note that setting AudioParam.value will be ignored when any automation events have been set on the object
authorcroger
Tue, 13 Nov 2012 14:49:20 -0800
changeset 209 1d8acea32c93
parent 208 c330e53a8529
child 210 9d6ce45332e6
Bug 19765: Note that setting AudioParam.value will be ignored when any automation events have been set on the object
webaudio/specification.html
--- a/webaudio/specification.html	Tue Nov 13 14:39:07 2012 -0800
+++ b/webaudio/specification.html	Tue Nov 13 14:49:20 2012 -0800
@@ -1491,7 +1491,8 @@
     <dd><p>The parameter's floating-point value. If a value is set outside the
       allowable range described by <code>minValue</code> and
       <code>maxValue</code> no exception is thrown, because these limits are just nominal and may be
-      exceeded. </p>
+      exceeded.  If a value is set during a time when there are any automation events scheduled then
+      it will be ignored and no exception will be thrown.</p>
     </dd>
 </dl>
 <dl>