aboutsummaryrefslogtreecommitdiff
path: root/examples/multiplex.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/multiplex.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/multiplex.pd')
-rw-r--r--examples/multiplex.pd38
1 files changed, 0 insertions, 38 deletions
diff --git a/examples/multiplex.pd b/examples/multiplex.pd
deleted file mode 100644
index f4611f8..0000000
--- a/examples/multiplex.pd
+++ /dev/null
@@ -1,38 +0,0 @@
-#N canvas 170 131 827 407 10;
-#X obj 51 91 metro 320;
-#X msg 51 69 1;
-#X msg 76 69 0;
-#X text 271 237 alias;
-#X text 549 33 part of zexy;
-#X obj 111 12 multiplex;
-#X text 231 10 multiplex the selected inlet to the outlet;
-#X text 277 81 the rightmost inlet specifies \, which inlet is routed
-to the outlet;
-#X text 280 119 inlets number from 0..(n-1);
-#X text 268 166 creation: "multiplex [<in1?> [<in2?> [<in3?> ... ]]]"
-;
-#X obj 51 311 mux 1 2 3 4;
-#X text 303 185 the number of arguments defines the number of inlets
-;
-#X obj 315 236 mux;
-#X obj 51 369 print output;
-#X obj 123 240 vradio 15 1 0 4 empty empty select 20 7 0 8 -262144
--1 -1 3;
-#X obj 51 111 t b b b b;
-#X msg 69 161 bang;
-#X floatatom 51 143 5 0 0 0 - - -;
-#X msg 87 183 list 4 2;
-#X msg 105 211 symbol coppenrath;
-#X connect 0 0 15 0;
-#X connect 1 0 0 0;
-#X connect 2 0 0 0;
-#X connect 10 0 13 0;
-#X connect 14 0 10 4;
-#X connect 15 0 17 0;
-#X connect 15 1 16 0;
-#X connect 15 2 18 0;
-#X connect 15 3 19 0;
-#X connect 16 0 10 1;
-#X connect 17 0 10 0;
-#X connect 18 0 10 2;
-#X connect 19 0 10 3;