From aa0e08979331a4745f6a1715aa27537e5525fa48 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 8 Jul 2007 21:27:46 +0000 Subject: made simpler, clearer examples svn path=/trunk/externals/mapping/; revision=7919 --- help/listto-help.pd | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'help/listto-help.pd') diff --git a/help/listto-help.pd b/help/listto-help.pd index e540d0b..b71636c 100644 --- a/help/listto-help.pd +++ b/help/listto-help.pd @@ -1,13 +1,15 @@ -#N canvas 0 0 450 300 10; -#X obj 40 60 listto; -#X msg 40 31 1 2 3 4; -#X obj 40 125 print list; -#X obj 77 85 print end; -#X obj 73 180 tolist; -#X obj 73 206 print; +#N canvas 748 370 458 308 10; +#X obj 60 181 listto; +#X msg 60 62 1 2 3 4; +#X obj 60 246 print list; +#X obj 97 206 print end; +#X text 45 19 separate a list into a stream of atoms; +#X text 166 207 outputs a bang at the end of the list; +#X msg 75 83 list uno dos tres quatro; +#X msg 75 138 one two three four; +#X text 191 138 must be a "list" \, so this doesn't work; #X connect 0 0 2 0; -#X connect 0 0 4 0; #X connect 0 1 3 0; -#X connect 0 1 4 1; #X connect 1 0 0 0; -#X connect 4 0 5 0; +#X connect 6 0 0 0; +#X connect 7 0 0 0; -- cgit v1.2.1