aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Iannini <lukeiannini@users.sourceforge.net>2008-02-26 11:18:24 +0000
committerLuke Iannini <lukeiannini@users.sourceforge.net>2008-02-26 11:18:24 +0000
commit81964f02d4466ae4d9e0001baa149f6b0a4c3a9e (patch)
treedd63d31b717267f914656c5ff1eb9e8522677ba9
parent981d86bf75167cd02c2ce8b6e64dd128487ceec0 (diff)
list-range helpfile, removed print statement, added usage example to list-zip help
svn path=/trunk/abstractions/senderfruit/; revision=9523
-rw-r--r--core/list-range.pd10
-rw-r--r--core/list-zip-help.pd23
2 files changed, 24 insertions, 9 deletions
diff --git a/core/list-range.pd b/core/list-range.pd
index 584e562..f331e1c 100644
--- a/core/list-range.pd
+++ b/core/list-range.pd
@@ -121,15 +121,13 @@ count up from zero.;
#X obj 23 88 route bang;
#X obj 50 143 t b a;
#X obj 23 190 list;
-#X obj 135 205 print ext;
#X obj 148 113 list-onearg \$2;
#X obj 129 143 list-onearg \$3;
#X obj 168 83 \$1;
-#X connect 0 0 21 0;
-#X connect 0 1 20 0;
-#X connect 0 2 22 0;
+#X connect 0 0 20 0;
+#X connect 0 1 19 0;
+#X connect 0 2 21 0;
#X connect 1 0 18 1;
-#X connect 1 0 19 0;
#X connect 2 0 0 0;
#X connect 3 0 16 0;
#X connect 4 0 14 0;
@@ -154,6 +152,6 @@ count up from zero.;
#X connect 17 0 18 0;
#X connect 17 1 18 1;
#X connect 18 0 4 0;
+#X connect 19 0 1 0;
#X connect 20 0 1 0;
#X connect 21 0 1 0;
-#X connect 22 0 1 0;
diff --git a/core/list-zip-help.pd b/core/list-zip-help.pd
index 79e61d5..8564ff8 100644
--- a/core/list-zip-help.pd
+++ b/core/list-zip-help.pd
@@ -1,7 +1,7 @@
-#N canvas 640 313 578 372 10;
+#N canvas 171 167 862 369 10;
#X obj 31 181 list-zip;
-#X text 406 329 2008 Luke Iannini;
-#X obj 406 344 pddplink http://proyekto.net;
+#X text 707 326 2008 Luke Iannini;
+#X obj 707 341 pddplink http://proyekto.net;
#X text 25 9 [list-zip] "zips" or interweaves the elements of 2 or
more lists.;
#X obj 183 216 list-zip 4;
@@ -21,6 +21,15 @@ more lists.;
#X obj 183 58 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X msg 183 268;
+#X obj 539 198 list-zip;
+#X msg 539 76 A B C D E F G H I J K L M N O P;
+#X obj 539 135 t a a;
+#X obj 539 156 list length;
+#X obj 539 177 list-range;
+#X msg 526 50 Here comes the sun little darling;
+#X obj 539 256 prepent set;
+#X text 614 171 list-enum with list-range and list-zip;
+#X msg 539 282;
#X connect 0 0 8 0;
#X connect 4 0 13 0;
#X connect 5 0 0 1;
@@ -39,3 +48,11 @@ more lists.;
#X connect 15 3 16 0;
#X connect 16 0 4 3;
#X connect 17 0 15 0;
+#X connect 19 0 25 0;
+#X connect 20 0 21 0;
+#X connect 21 0 22 0;
+#X connect 21 1 19 1;
+#X connect 22 0 23 0;
+#X connect 23 0 19 0;
+#X connect 24 0 21 0;
+#X connect 25 0 27 0;