Skip to content

v0.12.0 Beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@ddiakopoulos ddiakopoulos released this 05 Jan 06:19

This release primarily cleans up how AudioNodes are connected to one another. Formerly, the connect(...) method was called directly on an AudioNode, taking the graph lock and effecting changes to the AudioContext itself. This is no longer the case. AudioContext is now the arbiter of all graph changes.