/usr/lib/pd/extra/zexy/a2l.pd is in pd-zexy 2.2.5-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 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;
|