bus index to write to. For an audio-rate UGen, this is an audio-bus, for a control-rate UGen, this is a control-bus.
signal to write to the bus. If the UGen is audio-rate, the input must also be audio-rate.
cross-fade value. The new bus contents will be
old_bus_content * (1 - xfade) + in * xfade
bus index to write to. For an audio-rate UGen, this is an audio-bus, for a control-rate UGen, this is a control-bus.
signal to write to the bus. If the UGen is audio-rate, the input must also be audio-rate.
cross-fade value. The new bus contents will be
old_bus_content * (1 - xfade) + in * xfade
A UGen that cross-fades the contents of a bus with an input signal. A linear cross-fade can go from 0.0 (previous bus contents preserved, no input signal added) via 0.5 (previous signal attenuated by -6 dB, input signal attenuated by -6 dB and added) to 1.0 (contents completely replaced by input signal).
Examples
The argument order is different from its sclang counterpart.
XOut
Out
In