Breadth-First Search implementation
Connect nodes together
the source node
Create an AnalyserNode and add it to the graph
Position is an optional Vector2 that stores a possible x,y coordinate for use in GUI's etc
Create a BiquadFilterNode and add it to the graph
Position is an optional Vector2 that stores a possible x,y coordinate for use in GUI's etc
Create a GainNode and add it to the graph
Position is an optional Vector2 that stores a possible x,y coordinate for use in GUI's etc
Create OscillatorNode and add it to the graph
Position is an optional Vector2 that stores a possible x,y coordinate for use in GUI's etc
Disconnects the nodes
the source node
Get GainNodeby index
Get node by index
Get OscillatorNode by index
Parse string to JSON and create a node from that
Mostly used internally, this reconnects the nodes, after something has changed
the source node
Remove node to the graph
Generated using TypeDoc
Adds a node to the graph