PureData CEAMMC library web documentation
aliases: [ceammc/window], [ceammc/win], [win]
available since version: 0.4
TYPE
window name: blackman, blackman-harris, flattop, gauss, hamming, hann, nuttall,
rect, sine, tri, welch
type: symbol
SIZE
window size
type: int
units: samp
blackman
Sets Blackman window type
blackman-harris
Sets Blackman-Harris window type
flattop
Sets Flattop window type
gauss
Sets Gauss window type
hamming
Sets Hamming window type
hann
Sets Hann window type
nuttall
Sets Nuttall window type
rect
Sets Rectangle window type
sine
Sets Sine window type
tri
Sets Triangle window type
welch
Sets Welch window type
@type
Get/set window type. See argument description
type: symbol
default: hann
@size
Get/set window size
type: int
units: samp
min value: 16
default: 512
Authors: Serge Poltavsky
License: GPL3 or later