aboutsummaryrefslogtreecommitdiff
path: root/examples/multiplex~.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-03-22 20:58:25 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-03-22 20:58:25 +0000
commit2b60d55c919e7588f5aff15936e83c300b3660bb (patch)
tree14d860de7f28083d3756ad91b627de70f26788f6 /examples/multiplex~.pd
parentc500bc542cb7cc78d6dac3f7da3bff626056b1aa (diff)
zexy-2.0:
- use of abstractions for objects that allow it - some objects are build both as externals and abstractions (as slower fallbacks) - code-layout is now 1:1 c-file<->object (this should allow for building of zexy as a collection of externals instead as a big library) - matrix-objects have moved to iemmatrix !! svn path=/trunk/externals/zexy/; revision=2641
Diffstat (limited to 'examples/multiplex~.pd')
-rw-r--r--examples/multiplex~.pd47
1 files changed, 24 insertions, 23 deletions
diff --git a/examples/multiplex~.pd b/examples/multiplex~.pd
index 90e64aa..aef58e9 100644
--- a/examples/multiplex~.pd
+++ b/examples/multiplex~.pd
@@ -1,23 +1,24 @@
-#N canvas 79 72 637 304 12;
-#X obj 75 23 multiplex~;
-#X obj 72 193 multiplex~ . . . . .;
-#X text 210 23 multiplex 1-of-n signals to 1 outlet;
-#X obj 72 139 sig~ 1;
-#X obj 110 161 sig~ 0.5;
-#X obj 149 137 sig~ 50;
-#X obj 227 158 sig~ 0.1;
-#X floatatom 110 93 4 0 0;
-#X obj 72 229 env~;
-#X floatatom 72 255 4 0 0;
-#X text 156 93 select a signal;
-#X obj 306 262 mux~;
-#X text 254 261 alias;
-#X text 135 214 the number of arguments specifies the number of inlets
-;
-#X connect 1 0 8 0;
-#X connect 3 0 1 0;
-#X connect 4 0 1 1;
-#X connect 5 0 1 2;
-#X connect 6 0 1 4;
-#X connect 7 0 1 0;
-#X connect 8 0 9 0;
+#N canvas 386 552 637 304 12;
+#X obj 75 23 multiplex~;
+#X obj 72 193 multiplex~ . . . . .;
+#X text 210 23 multiplex 1-of-n signals to 1 outlet;
+#X obj 72 139 sig~ 1;
+#X obj 110 161 sig~ 0.5;
+#X obj 149 137 sig~ 50;
+#X obj 227 158 sig~ 0.1;
+#X floatatom 110 93 4 0 0 0 - - -;
+#X obj 72 229 env~;
+#X floatatom 72 255 4 0 0 0 - - -;
+#X text 156 93 select a signal;
+#X obj 306 262 mux~;
+#X text 254 261 alias;
+#X text 135 214 the number of arguments specifies the number of inlets
+;
+#X text 510 3 part of zexy;
+#X connect 1 0 8 0;
+#X connect 3 0 1 0;
+#X connect 4 0 1 1;
+#X connect 5 0 1 2;
+#X connect 6 0 1 4;
+#X connect 7 0 1 0;
+#X connect 8 0 9 0;