aboutsummaryrefslogtreecommitdiff
path: root/examples/a2l.pd
diff options
context:
space:
mode:
Diffstat (limited to 'examples/a2l.pd')
-rw-r--r--examples/a2l.pd21
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/a2l.pd b/examples/a2l.pd
new file mode 100644
index 0000000..54416e8
--- /dev/null
+++ b/examples/a2l.pd
@@ -0,0 +1,21 @@
+#N canvas 165 209 450 458 10;
+#X obj 76 28 a2l;
+#X text 113 30 convert "anything" to lists;
+#X obj 35 256 a2l;
+#X text 116 56 pass through the rest;
+#X floatatom 46 229;
+#X symbolatom 46 203;
+#X msg 46 162 this is anything;
+#X msg 46 182 list this is a list;
+#X obj 35 276 print a2l;
+#X text 69 335 to make "anything"s out of lists \, try;
+#X obj 319 339 route list;
+#X msg 319 320 list this is a list;
+#X obj 319 358 print l2a;
+#X connect 2 0 8 0;
+#X connect 4 0 2 0;
+#X connect 5 0 2 0;
+#X connect 6 0 2 0;
+#X connect 7 0 2 0;
+#X connect 10 0 12 0;
+#X connect 11 0 10 0;