/usr/lib/pd/extra/kollabs/browser.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 | #N canvas 147 58 986 640 10;
#X text 141 594 (c)2013 Marian Weger;
#X obj 183 427 anytabread /browser/\$1/table;
#X obj 183 403 r /browser/\$1/selector;
#X obj 240 469 s /browser/\$1/selected;
#X obj 183 449 route bang;
#X obj 183 471 b;
#X obj 183 515 print browser \$1;
#X msg 183 493 Warning: empty slot selected!;
#X obj 207 295 anytable /browser/\$1/table \$2;
#X text 62 137 browser <name> <table size> (<init_filepath>);
#X obj 467 341 textfile2anytable /browser/\$1/table \$3;
#X obj 467 373 s /browser/\$1/gui/update;
#X connect 1 0 4 0;
#X connect 2 0 1 0;
#X connect 4 0 5 0;
#X connect 4 1 3 0;
#X connect 5 0 7 0;
#X connect 7 0 6 0;
#X connect 10 0 11 0;
#X coords 0 640 1 639 241 185 0;
|