aboutsummaryrefslogtreecommitdiff
path: root/examples/z~.pd
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2002-10-09 10:19:04 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2002-10-09 10:19:04 +0000
commitd2eec74a4d8c21aad495ba61539486b24d7ab8dc (patch)
tree8340a62efe3eb1d42dc40265723c2704d3bd6452 /examples/z~.pd
moved from zexy/zexy to zexysvn2git-root
svn path=/trunk/externals/zexy/; revision=169
Diffstat (limited to 'examples/z~.pd')
-rw-r--r--examples/z~.pd28
1 files changed, 28 insertions, 0 deletions
diff --git a/examples/z~.pd b/examples/z~.pd
new file mode 100644
index 0000000..49e5560
--- /dev/null
+++ b/examples/z~.pd
@@ -0,0 +1,28 @@
+#N canvas 267 156 597 497 8;
+#X obj 125 42 z~;
+#X text 177 41 samplewise delay;
+#X text 168 89 should make FIR-filter design possible;
+#X obj 65 222 osc~ 440;
+#X floatatom 65 191;
+#X obj 97 270 z~;
+#X obj 127 270 z~ 2;
+#X obj 167 270 z~ 3;
+#X obj 65 310 +~;
+#X obj 65 336 * 0.25;
+#X obj 65 366 dac~;
+#X text 235 269 4th order moving average filter;
+#X text 185 324 creation argument : delay in samples (default is 1);
+#X text 167 119 (note that you cannot do IIR-filters easily this way !);
+#X text 351 42 z;
+#X text 359 36 -N;
+#X connect 3 0 8 0;
+#X connect 3 0 5 0;
+#X connect 3 0 6 0;
+#X connect 3 0 7 0;
+#X connect 4 0 3 0;
+#X connect 5 0 8 0;
+#X connect 6 0 8 0;
+#X connect 7 0 8 0;
+#X connect 8 0 9 0;
+#X connect 9 0 10 0;
+#X connect 9 0 10 1;