the signal to window and resize
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 input window size
the delta window size at the output window's beginning
the delta window size at the output window's ending
A UGen that resizes the windowed input signal by trimming each windows boundaries (if
start
is greater than zero orstop
is less than zero) or padding the boundaries with zeroes (ifstart
is less than zero orstop
is greater than zero). The output window size is thussize - start + stop
.the signal to window and resize
the input window size
the delta window size at the output window's beginning
the delta window size at the output window's ending