aboutsummaryrefslogtreecommitdiff
path: root/tolist.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 /tolist.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 'tolist.pd')
-rw-r--r--tolist.pd14
1 files changed, 14 insertions, 0 deletions
diff --git a/tolist.pd b/tolist.pd
new file mode 100644
index 0000000..39bfee6
--- /dev/null
+++ b/tolist.pd
@@ -0,0 +1,14 @@
+#N canvas 229 119 293 284 10;
+#X obj 90 40 inlet;
+#X obj 169 40 inlet;
+#X obj 67 215 outlet;
+#X obj 90 150 list;
+#X obj 67 171 list;
+#X obj 90 127 list prepend;
+#X connect 0 0 5 0;
+#X connect 1 0 5 1;
+#X connect 1 0 4 0;
+#X connect 3 0 4 1;
+#X connect 3 0 5 1;
+#X connect 4 0 2 0;
+#X connect 5 0 3 0;