aboutsummaryrefslogtreecommitdiff
path: root/examples/a2l.pd
blob: 54416e87c212fdfadf62e0b8feb8bd371f9902e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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;