--- a/webaudio/specification.html Tue Oct 09 16:08:50 2012 -0700
+++ b/webaudio/specification.html Tue Oct 09 17:21:19 2012 -0700
@@ -3201,8 +3201,20 @@
less-costly approaches on lower-end hardware.
</p>
+<p>
+Both .frequency and .detune are <em>a-rate</em> parameters and are used together to determine a <em>computedFrequency</em> value:
+</p>
+
+<pre>
+computedFrequency(t) = frequency(t) * pow(2, detune(t) / 1200)
+</pre>
+
+<p>
+The Oscillator's instantaneous phase at each time is the time integral of <em>computedFrequency</em>.
+</p>
+
<pre> numberOfInputs : 0
- numberOfOutputs : 1
+ numberOfOutputs : 1 (mono output)
</pre>
<div class="block">