signal to be written to the synth-local bus.
signal to be written to the synth-local bus. The
signal's number of channels must be the same number of
channels as were declared in the corresponding LocalIn
.
Abstract method which must be implemented by creating the actual UGen
s
during expansion.
A UGen that writes to buses that are local to the enclosing synth. These buses should have been defined by a
LocalIn
ugen. These behave like regular buses, but are more convenient for the implementation of a self contained effect that uses a feedback processing loop.In a synth, there can be only each one control-rate and audio-rate
LocalIn
/LocalOut
pair. The signal written to aLocalOut
will not be read by theLocalIn
until the next control block cycle, introducing a delay ofControlDur
.For more examples, see
LocalIn
.signal to be written to the synth-local bus. The signal's number of channels must be the same number of channels as were declared in the corresponding
LocalIn
.ControlDur
Out
LocalIn