From 897c69a165df7072806f95db2d6f5fad35a60876 Mon Sep 17 00:00:00 2001 From: Luke Iannini Date: Sat, 25 Apr 2009 05:07:28 +0000 Subject: 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 --- sfruit/list-grow-help.pd | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 sfruit/list-grow-help.pd (limited to 'sfruit/list-grow-help.pd') 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; -- cgit v1.2.1