update ChangeLog for publication
authorcrogers
Mon, 09 Jul 2012 12:25:58 -0700
changeset 91 1079a18d951e
parent 90 a34e581ce43d
child 92 37c07098b60b
update ChangeLog for publication
webaudio/specification.html
--- a/webaudio/specification.html	Tue Jun 26 15:56:31 2012 -0700
+++ b/webaudio/specification.html	Mon Jul 09 12:25:58 2012 -0700
@@ -4468,6 +4468,101 @@
 <div class="section" id="ChangeLog-section">
 <h2 id="ChangeLog">C. Web Audio API Change Log</h2>
 <pre>
+date:        Tue Jun 26 15:56:31 2012 -0700
+* add MediaStreamAudioSourceNode
+
+date:        Mon Jun 18 13:26:21 2012 -0700
+* minor formatting fix
+
+date:        Mon Jun 18 13:19:34 2012 -0700
+* Add details for azimuth/elevation calculation
+
+date:        Fri Jun 15 17:35:27 2012 -0700
+* Add equal-power-panning details
+
+date:        Thu Jun 14 17:31:16 2012 -0700
+* Add equations for distance models
+
+date:        Wed Jun 13 17:40:49 2012 -0700
+* Bug 17334: Add precise equations for AudioParam.setTargetValueAtTime()
+
+date:        Fri Jun 08 17:44:26 2012 -0700
+* fix small typo
+
+date:        Fri Jun 08 16:54:04 2012 -0700
+* Bug 17413: AudioBuffers' relationship to AudioContext
+
+date:        Fri Jun 08 16:05:45 2012 -0700
+* Bug 17359: Add much more detail about ConvolverNode
+
+date:        Fri Jun 08 12:59:29 2012 -0700
+* minor formatting fix
+
+date:        Fri Jun 08 12:57:11 2012 -0700
+* Bug 17335: Add much more technical detail to setValueCurveAtTime()
+
+date:        Wed Jun 06 16:34:43 2012 -0700
+*Add much more detail about parameter automation, including an example
+
+date:        Mon Jun 04 17:25:08 2012 -0700
+* ISSUE-85: Oscillator folding considerations
+
+date:        Mon Jun 04 17:02:20 2012 -0700
+* ISSUE-45: AudioGain scale underdefined
+
+date:        Mon Jun 04 16:40:43 2012 -0700
+* ISSUE-41: AudioNode as input to AudioParam underdefined
+
+date:        Mon Jun 04 16:14:48 2012 -0700
+* ISSUE-20: Relationship to currentTime
+
+date:        Mon Jun 04 15:48:49 2012 -0700
+* ISSUE-94: Dynamic Lifetime
+
+date:        Mon Jun 04 13:59:31 2012 -0700
+* ISSUE-42: add more detail about AudioParam sampling and block processing
+
+date:        Mon Jun 04 12:28:48 2012 -0700
+* fix typo - minor edits
+
+date:        Thu May 24 18:01:20 2012 -0700
+* ISSUE-69: add implementors guide for linear convolution
+
+date:        Thu May 24 17:35:45 2012 -0700
+* ISSUE-49: better define AudioBuffer audio data access
+
+date:        Thu May 24 17:15:29 2012 -0700
+* fix small typo
+
+date:        Thu May 24 17:13:34 2012 -0700
+* ISSUE-24: define circular routing behavior
+
+date:        Thu May 24 16:35:24 2012 -0700
+* ISSUE-42: specify a-rate or k-rate for each AudioParam
+
+date:        Fri May 18 17:01:36 2012 -0700
+* ISSUE-53: noteOn and noteOff interaction
+
+date:        Fri May 18 16:33:29 2012 -0700
+* ISSUE-34: Remove .name attribute from AudioParam
+
+date:        Fri May 18 16:27:19 2012 -0700
+* ISSUE-33: Add maxNumberOfChannels attribute to AudioDestinationNode
+
+date:        Fri May 18 15:50:08 2012 -0700
+* ISSUE-19: added more info about AudioBuffer - IEEE 32-bit
+
+date:        Fri May 18 15:37:27 2012 -0700
+* ISSUE-29: remove reference to webkitAudioContext
+
+date:        Fri Apr 27 12:36:54 2012 -0700
+* fix two small typos reported by James Wei
+
+date:        Tue Apr 24 12:27:11 2012 -0700
+* small cleanup to AudioChannelSplitter and AudioChannelMerger
+
+date:        Tue Apr 17 11:35:56 2012 -0700
+* small fix to createWaveTable()
 
 date:        Tue Apr 13 2012
 * Cleanup AudioNode connect() and disconnect() method descriptions.