the non-overlapped input
Abstract method which must be implemented by creating the actual UGen
s
during expansion.
Abstract method which must be implemented by creating the actual UGen
s
during expansion. This method is at most called once during graph
expansion
the expanded object (depending on the type parameter U
)
the window size in the input
the step between successive windows in the output.
the step between successive windows in the output.
when smaller than size
, the overlapping portions are summed together.
A UGen that performs overlap-and-add operation on a stream of input windows. The
size
andstep
parameters are demand-rate, polled once per (input) window.the non-overlapped input
the window size in the input
the step between successive windows in the output. when smaller than
size
, the overlapping portions are summed together.