Bug 22287 - Specify default value for frequency (440) and detune (0).
authorPaul Adenot <paul@paul.cx>
Fri, 30 Aug 2013 18:15:31 +0200
changeset 330 d5abda1da9fc
parent 329 c356109a4006
child 331 fbf524d2cc9b
Bug 22287 - Specify default value for frequency (440) and detune (0).
webaudio/specification.html
--- a/webaudio/specification.html	Fri Aug 30 18:15:30 2013 +0200
+++ b/webaudio/specification.html	Fri Aug 30 18:15:31 2013 +0200
@@ -3709,12 +3709,12 @@
 
 <dl>
   <dt id="dfn-frequency"><code>frequency</code></dt>
-    <dd><p>The frequency (in Hertz) of the periodic waveform. This parameter is <em>a-rate</em> </p>
+    <dd><p>The frequency (in Hertz) of the periodic waveform. Its default <code>value</code> is 440. This parameter is <em>a-rate</em> </p>
     </dd>
 </dl>
 <dl>
   <dt id="dfn-detune"><code>detune</code></dt>
-    <dd><p>A detuning value (in Cents) which will offset the <code>frequency</code> by the given amount.
+    <dd><p>A detuning value (in Cents) which will offset the <code>frequency</code> by the given amount. Its default <code>value</code> is 0.
      This parameter is <em>a-rate</em> </p>
     </dd>
 </dl>