/usr/lib/pd/extra/kollabs/artnetout.pd is in pd-kollabs 2~repack-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 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | #N canvas 113 382 477 348 10;
#X obj 170 49 inlet;
#X obj 170 101 route connect disconnect;
#X obj 170 173 list split 1;
#X obj 170 195 list append 6454;
#X obj 170 217 list prepend connect;
#X obj 170 249 list trim;
#X obj 330 202 b;
#X msg 330 224 disconnect;
#X obj 170 287 netsend -u -b;
#X obj 170 313 outlet;
#X obj 32 173 list prepend send;
#X text 19 7 artnetout;
#X text 295 283 (c) 2015 Marian Weger;
#X text 194 12 to be used together with [makeartdmx];
#X connect 0 0 1 0;
#X connect 1 0 2 0;
#X connect 1 1 6 0;
#X connect 1 2 10 0;
#X connect 2 0 3 0;
#X connect 3 0 4 0;
#X connect 4 0 5 0;
#X connect 5 0 8 0;
#X connect 6 0 7 0;
#X connect 7 0 8 0;
#X connect 8 0 9 0;
#X connect 10 0 5 0;
|