/usr/lib/pd/extra/windowing/README.txt is in pd-windowing 0.1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | Porvides:
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
|