aboutsummaryrefslogtreecommitdiff
path: root/sfruit/list-grow-help.pd
diff options
context:
space:
mode:
authorLuke Iannini <lukeiannini@users.sourceforge.net>2009-04-25 05:07:28 +0000
committerLuke Iannini <lukeiannini@users.sourceforge.net>2009-04-25 05:07:28 +0000
commit897c69a165df7072806f95db2d6f5fad35a60876 (patch)
treedd3ec34971b3de0ba15322e19f4fb769c7bf4770 /sfruit/list-grow-help.pd
parent303968db751de5df61392eb0eac3542cd9a0dd94 (diff)
list-grow is a different manifestation of list-extend that more closely matches how i usually end up using list-extend, list-part and list-part2 are two stabs at allowing lists of lists to be serialized with delimiters (seeds of a library for serializing data-structures into sssad)
svn path=/trunk/abstractions/sfruit/; revision=11139
Diffstat (limited to 'sfruit/list-grow-help.pd')
-rw-r--r--sfruit/list-grow-help.pd26
1 files changed, 26 insertions, 0 deletions
diff --git a/sfruit/list-grow-help.pd b/sfruit/list-grow-help.pd
new file mode 100644
index 0000000..2c92c82
--- /dev/null
+++ b/sfruit/list-grow-help.pd
@@ -0,0 +1,26 @@
+#N canvas 0 22 428 331 10;
+#X text 44 22 [list-grow] grow a list by appending each new item in
+the right inlet to all previous items in the right inlet. Bang the
+left inlet to output the grown list and clear the object.;
+#X obj 119 182 list-grow;
+#X msg 172 131 a;
+#X msg 206 139 b;
+#X msg 205 166 fcd;
+#X msg 213 213 x y;
+#X obj 48 140 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
+-1;
+#X msg 48 102 clear;
+#X text 86 101 to clear without output;
+#X obj 119 249 prepent set;
+#X text 252 155 1: click these a few times;
+#X text 10 160 2: click to output;
+#X msg 119 290;
+#X text 301 304 2009 Luke Iannini;
+#X connect 1 0 9 0;
+#X connect 2 0 1 1;
+#X connect 3 0 1 1;
+#X connect 4 0 1 1;
+#X connect 5 0 1 1;
+#X connect 6 0 1 0;
+#X connect 7 0 1 0;
+#X connect 9 0 12 0;