blob: 998423ff201b6f4c9aa2ab312ccdf1bce9c49c26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Provides:
hammimng~, hanning~, blackman~, cosine~, connes~, bartlett~,
welch~, lanczos~, gaussian~, and kaiser~
Usage:
Windows inlet signal on each DSP block and sends to outlet
gaussian~ takes one optional argument (standard deviation)
May be set by float in left inlet
kaiser~ takes one option argument (alpha)
May be set by float in left inlet
See windowing.pd
To build:
Linux: make windowing_linux
Windows: nmake windowing_nt
|