An insertable audio effect: a self-contained sub-graph with a single input and output. Connect a source into input and route output onward. AudioBus chains these between its gain and its parent.
input
output
Readonly
Node that incoming signal connects to.
Node that carries the processed signal onward.
Disconnect every internal node.
An insertable audio effect: a self-contained sub-graph with a single input and output. Connect a source into
inputand routeoutputonward. AudioBus chains these between its gain and its parent.