aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-07-08 21:27:46 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-07-08 21:27:46 +0000
commitaa0e08979331a4745f6a1715aa27537e5525fa48 (patch)
tree80f746cdfdb0e523288a163a6c18d1d2fb1f268c
parentca7c4e7300b84356fcb96a0da000237bf36ff665 (diff)
made simpler, clearer examples
svn path=/trunk/externals/mapping/; revision=7919
-rw-r--r--help/listto-help.pd22
-rw-r--r--help/tolist-help.pd60
2 files changed, 51 insertions, 31 deletions
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;
diff --git a/help/tolist-help.pd b/help/tolist-help.pd
index f1f5003..4307f7a 100644
--- a/help/tolist-help.pd
+++ b/help/tolist-help.pd
@@ -1,21 +1,39 @@
-#N canvas 150 194 588 643 10;
-#X floatatom 56 22 5 0 0 0 - - -;
-#X floatatom 80 76 5 0 0 0 - - -;
-#X floatatom 131 77 5 0 0 0 - - -;
-#X floatatom 131 161 5 0 0 0 - - -;
-#X obj 42 104 wave_loop 25 0.4;
-#X obj 42 130 listto;
-#X obj 47 199 curve;
-#X obj 44 229 tolist;
-#X obj 43 300 multi_slider 25;
-#X floatatom 184 79 5 0 0 0 - - -;
-#X connect 0 0 4 0;
-#X connect 1 0 4 1;
-#X connect 2 0 4 2;
-#X connect 3 0 6 1;
-#X connect 4 0 5 0;
-#X connect 5 0 6 0;
-#X connect 5 1 7 1;
-#X connect 6 0 7 0;
-#X connect 7 0 8 0;
-#X connect 9 0 4 3;
+#N canvas 150 194 561 497 10;
+#X floatatom 361 86 5 0 0 0 - - -;
+#X floatatom 410 87 5 0 0 0 - - -;
+#X obj 323 140 listto;
+#X obj 323 239 tolist;
+#X obj 322 310 multi_slider 25;
+#X floatatom 463 89 5 0 0 0 - - -;
+#X text 23 11 built a list from a stream of data;
+#X obj 323 114 wave_loop 25 0.4;
+#X obj 323 209 breakpoint_smooth 0.67 0.33;
+#X obj 405 164 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 10 -262130
+-1 -1 3400 1;
+#X floatatom 411 183 5 0 0 0 - - -;
+#X msg 323 49 bang;
+#X obj 24 227 tolist;
+#X obj 27 135 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 10 -203904
+-1 -1 3700 1;
+#X obj 57 195 bng 25 250 50 0 empty empty empty 0 -6 0 10 -4034 -1
+-1;
+#X text 24 111 add data to the list;
+#X obj 24 285 print LIST;
+#X msg 33 165 bang;
+#X text 69 165 clears the current contents;
+#X text 90 196 output the current contents;
+#X connect 0 0 7 1;
+#X connect 1 0 7 2;
+#X connect 2 0 8 0;
+#X connect 2 1 3 1;
+#X connect 3 0 4 0;
+#X connect 5 0 7 3;
+#X connect 7 0 2 0;
+#X connect 8 0 3 0;
+#X connect 9 0 8 1;
+#X connect 9 0 10 0;
+#X connect 11 0 7 0;
+#X connect 12 0 16 0;
+#X connect 13 0 12 0;
+#X connect 14 0 12 1;
+#X connect 17 0 12 0;