From 267170167d52cab9e97f879d9127a1cf04f6bb58 Mon Sep 17 00:00:00 2001 From: Martin Peach Date: Tue, 15 Mar 2011 20:53:57 +0000 Subject: This is a version of Claude Heiland-Allen's lua for Pd. The objects are named pdlua and pdluax instead of lua and luax. So far it seems to work on linux. svn path=/trunk/externals/pdlua/; revision=15030 --- examples/ldemux-help.pd | 53 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 examples/ldemux-help.pd (limited to 'examples/ldemux-help.pd') diff --git a/examples/ldemux-help.pd b/examples/ldemux-help.pd new file mode 100644 index 0000000..680cc36 --- /dev/null +++ b/examples/ldemux-help.pd @@ -0,0 +1,53 @@ +#N canvas 31 53 510 441 10; +#X floatatom 371 118 5 0 0 0 - - -; +#X floatatom 250 103 5 0 0 0 - - -; +#X msg 252 73 symbol x; +#X msg 252 49 list a b c; +#X msg 251 27 a b c; +#X floatatom 108 212 5 0 0 0 - - -; +#X floatatom 64 258 5 0 0 0 - - -; +#X floatatom 64 214 5 0 0 0 - - -; +#X floatatom 50 92 5 0 0 0 - - -; +#X floatatom 57 137 5 0 0 0 - - -; +#X floatatom 102 141 5 0 0 0 - - -; +#X floatatom 148 139 5 0 0 0 - - -; +#X obj 64 235 ldemux zwei; +#X floatatom 131 262 5 0 0 0 - - -; +#X floatatom 109 309 5 0 0 0 - - -; +#X floatatom 65 355 5 0 0 0 - - -; +#X floatatom 65 308 5 0 0 0 - - -; +#X floatatom 106 356 5 0 0 0 - - -; +#X obj 65 332 ldemux; +#X obj 250 141 ldemux 6 ---------; +#X text 20 72 2nd arg gives default outlet; +#X obj 51 112 ldemux 3 2; +#X obj 219 286 print lu1; +#X obj 286 282 print lu2; +#X obj 307 252 print lu3; +#X obj 324 225 print lu4; +#X obj 329 194 print lu5; +#X obj 366 175 print lu6; +#X text 169 346 outlet number starts from 1 like Lua!; +#X connect 0 0 19 1; +#X connect 1 0 19 0; +#X connect 2 0 19 0; +#X connect 3 0 19 0; +#X connect 4 0 19 0; +#X connect 5 0 12 1; +#X connect 7 0 12 0; +#X connect 8 0 21 0; +#X connect 12 0 6 0; +#X connect 12 1 13 0; +#X connect 14 0 18 1; +#X connect 16 0 18 0; +#X connect 18 0 15 0; +#X connect 18 1 17 0; +#X connect 19 0 22 0; +#X connect 19 1 23 0; +#X connect 19 2 24 0; +#X connect 19 3 25 0; +#X connect 19 4 26 0; +#X connect 19 5 27 0; +#X connect 21 0 9 0; +#X connect 21 1 10 0; +#X connect 21 2 11 0; -- cgit v1.2.1