aboutsummaryrefslogtreecommitdiff
path: root/sfruit/list-part.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-part.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-part.pd')
-rw-r--r--sfruit/list-part.pd24
1 files changed, 24 insertions, 0 deletions
diff --git a/sfruit/list-part.pd b/sfruit/list-part.pd
new file mode 100644
index 0000000..d194b6e
--- /dev/null
+++ b/sfruit/list-part.pd
@@ -0,0 +1,24 @@
+#N canvas 59 429 450 300 10;
+#X obj 123 127 list-find;
+#X obj 123 84 list append \$1;
+#X obj 123 14 inlet;
+#X obj 123 156 once;
+#X obj 123 47 t b a b a;
+#X obj 124 229 list split;
+#X obj 124 204 list;
+#X obj 124 178 t b a;
+#X obj 124 273 outlet;
+#X obj 195 269 outlet;
+#X connect 0 0 3 0;
+#X connect 1 0 0 0;
+#X connect 2 0 4 0;
+#X connect 3 0 7 0;
+#X connect 4 0 1 0;
+#X connect 4 1 0 1;
+#X connect 4 2 3 1;
+#X connect 4 3 6 1;
+#X connect 5 0 8 0;
+#X connect 5 1 9 0;
+#X connect 6 0 5 0;
+#X connect 7 0 6 0;
+#X connect 7 1 5 1;