diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-02-10 05:16:14 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-02-10 05:16:14 +0000 |
commit | d03c2072474328412ea11047ee339a3e72616203 (patch) | |
tree | 79d40883de0b4b9e0f373b9e79b0a1cb8a7a50ed /README.txt | |
parent | 65016574643836bd7c674aae7159994b7eb5e88d (diff) |
updated all templates with the PDOBJECTS fixes from the 'mapping' build
svn path=/trunk/externals/windowing/; revision=13167
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..835705c --- /dev/null +++ b/README.txt @@ -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
|