diff options
Diffstat (limited to 'examples/a2l.pd')
-rw-r--r-- | examples/a2l.pd | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/examples/a2l.pd b/examples/a2l.pd deleted file mode 100644 index 54416e8..0000000 --- a/examples/a2l.pd +++ /dev/null @@ -1,21 +0,0 @@ -#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;
|