final case classGenWindow(size: GE, shape: GE, param: GE = 0.0) extends SingleOut with Product with Serializable
A repeated window generator UGen. It repeats the
same window again and again (unless parameters are modulated).
The parameters are demand-rate, polled once per window.
size
the window size
shape
the identifier of the window shape, such as GenWindow.Hann.
param
parameter used by some window shapes, such as GenWindow.Kaiser
A repeated window generator UGen. It repeats the same window again and again (unless parameters are modulated). The parameters are demand-rate, polled once per window.
the window size
the identifier of the window shape, such as
GenWindow.Hann
.parameter used by some window shapes, such as
GenWindow.Kaiser