aboutsummaryrefslogtreecommitdiff
path: root/abs/any2list.pd
diff options
context:
space:
mode:
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;