namespaceAudioNode
Source: waax.
Injects into window.AudioNode
Methods
Methods
cut()
Disconnects outgoing connection of a WA node. Note that this method is injected to AudioNode.prototype.
to(...nodes) → AudioNode
Connects a WA node to the other WA nodes. Note that this method is injected to AudioNode.prototype. Supports multiple outgoing connections. (fanning out) Returns the first WA node to enable method chaining.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
nodes |
|
WA nodes. Value can be repeated. |
- Returns
-
AudioNode
The first target WA node.