From 2b60d55c919e7588f5aff15936e83c300b3660bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 22 Mar 2005 20:58:25 +0000 Subject: 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 --- examples/multiplex~.pd | 47 ++++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 23 deletions(-) (limited to 'examples/multiplex~.pd') 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; -- cgit v1.2.1