Type alias BusConnectionTarget

BusConnectionTarget: Bus | AudioNode

Connection target for Bus.connect / Bus.disconnect. Either another Bus (we connect into its input) or a raw AudioNode (we connect directly to it — escape hatch for advanced wiring).