aboutsummaryrefslogtreecommitdiff
path: root/abs/any2list.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-10-03 09:05:23 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-10-03 09:05:23 +0000
commitea9309020b952f476793c886f198dbcbc0e45e78 (patch)
tree1f7c8b71d04bb4f0ec67409f7282a959e77b39bc /abs/any2list.pd
parentabef8da9c8a01d89f125e839a73651ea4538588e (diff)
abstraction-implementation for [any2list]
svn path=/trunk/externals/zexy/; revision=6064
Diffstat (limited to 'abs/any2list.pd')
-rw-r--r--abs/any2list.pd12
1 files changed, 12 insertions, 0 deletions
diff --git a/abs/any2list.pd b/abs/any2list.pd
new file mode 100644
index 0000000..a97966f
--- /dev/null
+++ b/abs/any2list.pd
@@ -0,0 +1,12 @@
+#N canvas 0 0 450 300 10;
+#X obj 74 50 inlet;
+#X obj 74 172 outlet;
+#X obj 74 107 route bang;
+#X obj 149 128 list;
+#X text 286 38 part of zexy;
+#X text 174 81 requires pd>=0.39;
+#X text 58 25 convert anything into lists;
+#X connect 0 0 2 0;
+#X connect 2 0 1 0;
+#X connect 2 1 3 0;
+#X connect 3 0 1 0;