aboutsummaryrefslogtreecommitdiff
path: root/examples/z~.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-03-14 09:08:56 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-03-14 09:08:56 +0000
commitc37112a7f380d81e4ce6a1cb8446bea3994dfaf5 (patch)
tree14aa7db3aa77f8690d30ccdf5a0cbe94d49459d1 /examples/z~.pd
parent75b7d3f788c462156b4e84170e3ab4e78187ae50 (diff)
updated the zexy help-system: all reference-patches (aka help-patches) are now to be found in the ./reference/ folder and are named <path>-help.pd;
removed a now superfluous class_sethelpsymbol from ./src/*.c; the ./examples/ folder is currently empty but will eventually be filled with zexy real-world examples svn path=/trunk/externals/zexy/; revision=7485
Diffstat (limited to 'examples/z~.pd')
-rw-r--r--examples/z~.pd33
1 files changed, 0 insertions, 33 deletions
diff --git a/examples/z~.pd b/examples/z~.pd
deleted file mode 100644
index 9f831f7..0000000
--- a/examples/z~.pd
+++ /dev/null
@@ -1,33 +0,0 @@
-#N canvas 304 271 597 497 10;
-#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 0 0 0 0 - - -;
-#X obj 97 270 z~;
-#X obj 127 270 z~ 2;
-#X obj 65 310 +~;
-#X text 235 269 4th order moving average filter;
-#X text 193 298 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 obj 65 336 *~ 0.25;
-#X text 442 11 part of zexy;
-#X obj 167 270 z~ 3;
-#X obj 65 384 tabwrite~ \$0scope;
-#X msg 82 361 bang;
-#X obj 258 388 table \$0scope;
-#X connect 3 0 7 0;
-#X connect 3 0 5 0;
-#X connect 3 0 6 0;
-#X connect 3 0 15 0;
-#X connect 4 0 3 0;
-#X connect 5 0 7 0;
-#X connect 6 0 7 0;
-#X connect 7 0 13 0;
-#X connect 13 0 16 0;
-#X connect 15 0 7 0;
-#X connect 17 0 16 0;