the signal to resample
the window size. Currently this is only read once upon initialization.
the resampling factor, where values greater than one mean the signal is stretched (sampling-rate increases or pitch lowers) and values less than one mean the signal is condensed (sampling-rate decreases or pitch rises)
the minimum expected resampling factor, which controls
the amount of buffering needed for the input signal. This is used at
initialization time only. The default
value of zero makes the UGen settles on the first factor
value encountered.
It is possible to use a value actually higher than the lowest provided
factor
, in order to limit the buffer usage. In that case, the FIR anti-aliasing
filter will be truncated.
the FIR anti-aliasing roll-off width
the FIR windowing function's parameter
the number of zero-crossings in the truncated and windowed sinc FIR.
the resampling factor, where values greater than one mean the signal is stretched (sampling-rate increases or pitch lowers) and values less than one mean the signal is condensed (sampling-rate decreases or pitch rises)
the signal to resample
the FIR windowing function's parameter
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 minimum expected resampling factor, which controls the amount of buffering needed for the input signal.
the minimum expected resampling factor, which controls
the amount of buffering needed for the input signal. This is used at
initialization time only. The default
value of zero makes the UGen settles on the first factor
value encountered.
It is possible to use a value actually higher than the lowest provided
factor
, in order to limit the buffer usage. In that case, the FIR anti-aliasing
filter will be truncated.
the FIR anti-aliasing roll-off width
the window size.
the window size. Currently this is only read once upon initialization.
the number of zero-crossings in the truncated and windowed sinc FIR.
A band-limited resampling UGen for images/matrices. This works like
Resample
but processes each window cell across time. Thus is is not _resampling each window by itself_, but each "pixel" or matrix cell in a window across successive windows.the signal to resample
the window size. Currently this is only read once upon initialization.
the resampling factor, where values greater than one mean the signal is stretched (sampling-rate increases or pitch lowers) and values less than one mean the signal is condensed (sampling-rate decreases or pitch rises)
the minimum expected resampling factor, which controls the amount of buffering needed for the input signal. This is used at initialization time only. The default value of zero makes the UGen settles on the first
factor
value encountered. It is possible to use a value actually higher than the lowest providedfactor
, in order to limit the buffer usage. In that case, the FIR anti-aliasing filter will be truncated.the FIR anti-aliasing roll-off width
the FIR windowing function's parameter
the number of zero-crossings in the truncated and windowed sinc FIR.