Skip to content

Commit

Permalink
Make setting the value attribute of an AudioParam strictly equiva…
Browse files Browse the repository at this point in the history
…lent of calling setValueAtTime with AudioContext.currentTime.

This fixes #828.
  • Loading branch information
padenot committed Jun 21, 2016
1 parent aa9af63 commit 73c2b88
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2886,10 +2886,7 @@ <h2 id="AudioParam">
<dd>
<p>
The parameter's floating-point value. This attribute is
initialized to the <code>defaultValue</code>. <span class=
"synchronous">If <code>value</code> is set during a time when
there are any automation events scheduled then it will be ignored
and no exception will be thrown.</span>
initialized to the <code>defaultValue</code>.
</p>
<p>
The effect of setting this attribute is equivalent to calling
Expand Down

0 comments on commit 73c2b88

Please sign in to comment.