Skip to content

Commit

Permalink
Update change log 2020-04-22
Browse files Browse the repository at this point in the history
Went through all closed issues and if it changed the spec (other than
typos) add the issue to the list of changes.
  • Loading branch information
rtoy authored and padenot committed Apr 29, 2020
1 parent 288bafb commit 7717681
Showing 1 changed file with 59 additions and 1 deletion.
60 changes: 59 additions & 1 deletion index.bs
Expand Up @@ -12439,7 +12439,65 @@ Change Log</h2>
<h3 id="changestart1">
Since Candidate Recommendation of 18 September 2018
</h3>
<!-- Last updated: 2019-06-26 -->
<!-- Last updated: 2020-04-22 -->
* <a href="https://github.com/WebAudio/web-audio-api/issues/">Issue</a>:
* <a href="https://github.com/WebAudio/web-audio-api/issues/2184">Issue 2184</a>: PannerNode refDistance description unclear
* <a href="https://github.com/WebAudio/web-audio-api/issues/2165">Issue 2165</a>: AudioScheduledSourceNode start algorithm incomplete
* <a href="https://github.com/WebAudio/web-audio-api/issues/2155">Issue 2155</a>: Restore changes accidentally reverted in bikeshed conversion
* <a href="https://github.com/WebAudio/web-audio-api/issues/2154">Issue 2154</a>: Exception for changing channelCountMode on ScriptProcessorNode does not match browsers
* <a href="https://github.com/WebAudio/web-audio-api/issues/2153">Issue 2153</a>: Exception for changing channelCount on ScriptProcessorNode does not match browsers
* <a href="https://github.com/WebAudio/web-audio-api/issues/2152">Issue 2152</a>: close() steps don't make sense
* <a href="https://github.com/WebAudio/web-audio-api/issues/2150">Issue 2150</a>: AudioBufferOptions requires throwing NotFoundError in cases that can't happen
* <a href="https://github.com/WebAudio/web-audio-api/issues/2149">Issue 2149</a>: MediaStreamAudioSourceNode constructor has weird check for AudioContext
* <a href="https://github.com/WebAudio/web-audio-api/issues/2148">Issue 2148</a>: IIRFilterOptions description makes impossible demands
* <a href="https://github.com/WebAudio/web-audio-api/issues/2147">Issue 2147</a>: PeriodicWave constructor examines lengths of things that might not be there
* <a href="https://github.com/WebAudio/web-audio-api/issues/2113">Issue 2113</a>: BiquadFilter gain lower bound can be lower.
* <a href="https://github.com/WebAudio/web-audio-api/issues/2096">Issue 2096</a>: Lifetime of pending processor construction data and exceptions in instantiation of AudioWorkletProcessor
* <a href="https://github.com/WebAudio/web-audio-api/issues/2087">Issue 2087</a>: Minor issues with BiquadFilter AudioParams
* <a href="https://github.com/WebAudio/web-audio-api/issues/2083">Issue 2083</a>: Missing text in WaveShaperNode?
* <a href="https://github.com/WebAudio/web-audio-api/issues/2082">Issue 2082</a>: WaveShaperNode curve interpolation incomplete
* <a href="https://github.com/WebAudio/web-audio-api/issues/2074">Issue 2074</a>: Should the AudioWorkletNode constructor invoke the algorithm for initializing an object that inherits from AudioNode?
* <a href="https://github.com/WebAudio/web-audio-api/issues/2073">Issue 2073</a>: Inconsistencies in constructor descriptions and factory method initialization
* <a href="https://github.com/WebAudio/web-audio-api/issues/2072">Issue 2072</a>: Clarification on `AudioBufferSourceNode` looping, and loop points
* <a href="https://github.com/WebAudio/web-audio-api/issues/2071">Issue 2071</a>: cancelScheduledValues with setValueCurveAtTime
* <a href="https://github.com/WebAudio/web-audio-api/issues/2060">Issue 2060</a>: Would it be helpful to restrict use of `AudioWorkletProcessor.port().postMessage()` in order to facilitate garbage collection?
* <a href="https://github.com/WebAudio/web-audio-api/issues/2051">Issue 2051</a>: Update to constructor operations
* <a href="https://github.com/WebAudio/web-audio-api/issues/2050">Issue 2050</a>: Restore ConvolverNode channel mixing configurability (up to 2 channels)
* <a href="https://github.com/WebAudio/web-audio-api/issues/2045">Issue 2045</a>: Should the check on `process()` be removed from `AudioWorkletGlobalScope.registerProcessor()`?
* <a href="https://github.com/WebAudio/web-audio-api/issues/2044">Issue 2044</a>: Remove `options` parameter from `AudioWorkletProcessor` constructor WebIDL
* <a href="https://github.com/WebAudio/web-audio-api/issues/2036">Issue 2036</a>: Remove `options` parameter of `AudioWorkletProcessor` constructor
* <a href="https://github.com/WebAudio/web-audio-api/issues/2035">Issue 2035</a>: De-duplicate initial value setting on AudioWorkletNode AudioParams
* <a href="https://github.com/WebAudio/web-audio-api/issues/2027">Issue 2027</a>: Revise "processor construction data" algorithm
* <a href="https://github.com/WebAudio/web-audio-api/issues/2021">Issue 2021</a>: AudioWorkletProcessor constructor leads to infinite recursion
* <a href="https://github.com/WebAudio/web-audio-api/issues/2018">Issue 2018</a>: There are still issues with the setup of an AudioWorkletNode's parameters
* <a href="https://github.com/WebAudio/web-audio-api/issues/2016">Issue 2016</a>: Clarify `parameters` in AudioWorkletProcessor.process()
* <a href="https://github.com/WebAudio/web-audio-api/issues/2011">Issue 2011</a>: AudioWorkletNodeOptions.processorOptions should not default to null.
* <a href="https://github.com/WebAudio/web-audio-api/issues/1989">Issue 1989</a>: Please update to Web IDL changes to optional dictionary defaulting
* <a href="https://github.com/WebAudio/web-audio-api/issues/1984">Issue 1984</a>: Handling of exceptions in audio worklet is not very clear
* <a href="https://github.com/WebAudio/web-audio-api/issues/1976">Issue 1976</a>: AudioWorkletProcessor's [[node reference]] seems to be write-only
* <a href="https://github.com/WebAudio/web-audio-api/issues/1972">Issue 1972</a>: parameterDescriptors handling during AudioWorkletNode initialization is probably wrong
* <a href="https://github.com/WebAudio/web-audio-api/issues/1971">Issue 1971</a>: AudioWorkletNode options serialization is underdefined
* <a href="https://github.com/WebAudio/web-audio-api/issues/1970">Issue 1970</a>: "active source" flag handling is a weird monkeypatch
* <a href="https://github.com/WebAudio/web-audio-api/issues/1969">Issue 1969</a>: It would be clearer if the various validation of AudioWorkletNodeOptions were an explicit step or set of steps
* <a href="https://github.com/WebAudio/web-audio-api/issues/1966">Issue 1966</a>: parameterDescriptors is not looked up by the AudioWorkletProcessor constructor
* <a href="https://github.com/WebAudio/web-audio-api/issues/1963">Issue 1963</a>: NewTarget check for AudioWorkletProcessor isn't actually possible with a Web IDL constructor
* <a href="https://github.com/WebAudio/web-audio-api/issues/1947">Issue 1947</a>: Spec is inconsistent about whether parameterDescriptors is an array or an iterable
* <a href="https://github.com/WebAudio/web-audio-api/issues/1946">Issue 1946</a>: Population of "node name to parameter descriptor map" needs to be defined
* <a href="https://github.com/WebAudio/web-audio-api/issues/1945">Issue 1945</a>: registerProcessor is doing odd things with threads and JS values
* <a href="https://github.com/WebAudio/web-audio-api/issues/1943">Issue 1943</a>: Describe how WaveShaperNode shapes the input with the curve
* <a href="https://github.com/WebAudio/web-audio-api/issues/1935">Issue 1935</a>: length of AudioWorkletProcessor.process() parameter sequences with inactive inputs
* <a href="https://github.com/WebAudio/web-audio-api/issues/1932">Issue 1932</a>: Make AudioWorkletNode output buffer available for reading
* <a href="https://github.com/WebAudio/web-audio-api/issues/1925">Issue 1925</a>: front vs forward
* <a href="https://github.com/WebAudio/web-audio-api/issues/1902">Issue 1902</a>: Mixer Gain Structure section not needed
* <a href="https://github.com/WebAudio/web-audio-api/issues/1906">Issue 1906</a>: Steps in rendering algorithm
* <a href="https://github.com/WebAudio/web-audio-api/issues/1905">Issue 1905</a>: Rendering callbacks are observable
* <a href="https://github.com/WebAudio/web-audio-api/issues/1904">Issue 1904</a>: Strange Note in algorithm for swapping a control message queue
* <a href="https://github.com/WebAudio/web-audio-api/issues/1903 ">Issue 1903</a>: Funny sentence about priority and latency
* <a href="https://github.com/WebAudio/web-audio-api/issues/1901">Issue 1901</a>: AudioWorkletNode state property?
* <a href="https://github.com/WebAudio/web-audio-api/issues/1900">Issue 1900</a>: AudioWorkletProcessor NewTarget undefined
* <a href="https://github.com/WebAudio/web-audio-api/issues/1899">Issue 1899</a>: Missing synchronous markers
* <a href="https://github.com/WebAudio/web-audio-api/issues/1897">Issue 1897</a>: WaveShaper curve value setter allows multiple sets
* <a href="https://github.com/WebAudio/web-audio-api/issues/1896">Issue 1896</a>: WaveShaperNode constructor says curve set is initialized to false
* <a href="https://github.com/WebAudio/web-audio-api/issues/1471">Issue #1471</a>: AudioNode Lifetime section seems to attempt to make garbage collection observable
* <a href="https://github.com/WebAudio/web-audio-api/issues/1893">Issue #1893</a>: Active processing for Panner/Convolver/ChannelMerger
* <a href="https://github.com/WebAudio/web-audio-api/issues/1894">Issue #1894</a>: Funny text in PannerNode.orientationX
Expand Down

0 comments on commit 7717681

Please sign in to comment.