From d2eec74a4d8c21aad495ba61539486b24d7ab8dc Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Wed, 9 Oct 2002 10:19:04 +0000 Subject: moved from zexy/zexy to zexy svn path=/trunk/externals/zexy/; revision=169 --- examples/any2list.pd | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 examples/any2list.pd (limited to 'examples/any2list.pd') diff --git a/examples/any2list.pd b/examples/any2list.pd new file mode 100644 index 0000000..9c460c0 --- /dev/null +++ b/examples/any2list.pd @@ -0,0 +1,23 @@ +#N canvas 319 129 450 458 10; +#X text 113 30 convert "anything" to lists; +#X text 116 56 pass through the rest; +#X floatatom 46 229 0 0 0; +#X symbolatom 46 203 0 0 0; +#X msg 46 162 this is anything; +#X msg 46 182 list this is a list; +#X obj 35 276 print a2l; +#X text 48 337 to make "anything"s out of lists \, try; +#X obj 319 339 route list; +#X msg 319 318 list this is a list; +#X obj 319 359 print l2a; +#X obj 56 30 any2list; +#X text 245 223 alias; +#X obj 280 223 a2l; +#X obj 35 256 any2list; +#X connect 2 0 14 0; +#X connect 3 0 14 0; +#X connect 4 0 14 0; +#X connect 5 0 14 0; +#X connect 8 0 10 0; +#X connect 9 0 8 0; +#X connect 14 0 6 0; -- cgit v1.2.1