Skip to content

Commit

Permalink
Merge pull request #583 from WebAudio/128-clarify-param-value-setter
Browse files Browse the repository at this point in the history
Fix #128: clarify effect of setting the value attribute with respect …
  • Loading branch information
joeberkovitz committed Sep 24, 2015
2 parents e1fe9fc + 5070bcc commit 68cc257
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1632,6 +1632,9 @@ <h2 id="AudioParam">The AudioParam Interface</h2>
when there are any automation events scheduled then it will be ignored and
no exception will be thrown.
</p>
<p>
The effect of setting this attribute is equivalent to calling <code>setValueAtTime()</code> with the current <code>AudioContext</code>'s <code>currentTime</code> and the requested value. Subsequent accesses to this attribute's getter will return the same value.
</p>
</dd>
<dt> readonly attribute float defaultValue </dt>
<dd>
Expand Down

0 comments on commit 68cc257

Please sign in to comment.