/usr/lib/pd/extra/zexy/tabset.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 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | #N canvas 205 66 450 337 10;
#X obj 57 67 inlet;
#X obj 142 109 list prepend 0;
#X obj 142 275 s;
#X obj 57 84 route set float;
#X obj 179 254 symbol \$1;
#X obj 228 234 symbol;
#X msg 99 183 const \$1;
#X obj 142 209 t a b b;
#X msg 160 227 const 0;
#X text 48 317 (c) 2007 IOhannes m zmoelnig@iem.at;
#X text 215 53 part of zexy;
#X text 59 12 set the contents of a table via list;
#X text 61 29 (legacy object);
#X connect 0 0 3 0;
#X connect 1 0 7 0;
#X connect 3 0 5 0;
#X connect 3 1 6 0;
#X connect 3 2 1 0;
#X connect 4 0 2 1;
#X connect 5 0 4 1;
#X connect 6 0 7 0;
#X connect 7 0 2 0;
#X connect 7 1 8 0;
#X connect 7 2 4 0;
#X connect 8 0 2 0;
|