aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 18 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..835705c
--- /dev/null
+++ b/README
@@ -0,0 +1,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