From d2eec74a4d8c21aad495ba61539486b24d7ab8dc Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Wed, 9 Oct 2002 10:19:04 +0000 Subject: moved from zexy/zexy to zexy svn path=/trunk/externals/zexy/; revision=169 --- examples/z~.pd | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 examples/z~.pd (limited to 'examples/z~.pd') 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; -- cgit v1.2.1