aboutsummaryrefslogtreecommitdiff
path: root/listto.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-02-28 07:57:33 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-02-28 07:57:33 +0000
commita627095764e36707f58f9096004710f12d680cfc (patch)
tree8cd023e388136e8607093e8ee4db158b46c3ef0c /listto.pd
parent5c4ef73dfe38143dc39b99bbf5c4f87d66b3d0be (diff)
these objects will probably be replaced by other objects in the future, but they are used for now, so they should be in the CVS
svn path=/trunk/externals/mapping/; revision=4632
Diffstat (limited to 'listto.pd')
-rw-r--r--listto.pd21
1 files changed, 21 insertions, 0 deletions
diff --git a/listto.pd b/listto.pd
new file mode 100644
index 0000000..44aba17
--- /dev/null
+++ b/listto.pd
@@ -0,0 +1,21 @@
+#N canvas 257 144 408 313 10;
+#X obj 25 18 inlet;
+#X obj 55 271 outlet;
+#X obj 330 269 outlet;
+#X obj 25 46 t b a;
+#X obj 55 230 list split 1;
+#X obj 55 154 until;
+#X obj 55 185 list append;
+#X obj 55 115 t b l;
+#X obj 170 186 bang;
+#X connect 0 0 3 0;
+#X connect 3 0 2 0;
+#X connect 3 1 7 0;
+#X connect 4 0 1 0;
+#X connect 4 1 6 1;
+#X connect 4 2 8 0;
+#X connect 5 0 6 0;
+#X connect 6 0 4 0;
+#X connect 7 0 5 0;
+#X connect 7 1 6 1;
+#X connect 8 0 5 1;