/usr/lib/pd/extra/iemguts/findbrokenobjects-help.pd is in pd-iemguts 0.2.1-1.
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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | #N canvas 255 179 867 556 10;
#X obj 57 19 findbrokenobjects;
#X obj 59 494 /dev/device;
#X obj 170 493 color 1;
#X text 202 18 finds broken objects;
#N canvas 321 143 706 395 subpatch 0;
#X msg 37 129 bang;
#X msg 309 129 bang;
#X obj 309 153 findbrokenobjects 0;
#X obj 37 153 findbrokenobjects;
#X text 33 73 without args \, it finds ALL broken objects in the running
Pd-instance, f 23;
#X msg 511 129 bang;
#X obj 511 153 findbrokenobjects 1;
#X text 507 56 an argument specifies the search root. '1' will search
the parent canvas and its children, f 23;
#X text 304 56 an argument specifies the search root. '0' will only
search in this canvas and its children, f 23;
#X obj 375 289 /////////////;
#X text 201 290 another unknown object:;
#X obj 511 175 print borked-in-parent;
#X obj 309 175 print borked-here;
#X obj 37 175 print all;
#X connect 0 0 3 0;
#X connect 1 0 2 0;
#X connect 2 0 12 0;
#X connect 3 0 13 0;
#X connect 5 0 6 0;
#X connect 6 0 11 0;
#X restore 102 292 pd subpatch;
#X text 33 254 if you don't give an argument \, the entire Pd-instance
is searched., f 66;
#X msg 44 353 verbose 1 \, bang;
#X obj 44 375 findbrokenobjects;
#X text 31 205 arguments: you can pass a number (int>=0) as argument
to [findbrokenobjects] to limit the search to a given root-canvas and
it's children. '0' is the canvas the [findbrokenobjects] object lives
in \, '1' is it's parent-canvas and so on., f 80;
#X text 198 293 <- open to see rooted-search in action;
#X text 245 493 <- a few broken objects...;
#X text 185 363 when "verbose" is turned on \, the objects are also
printed to the console where you can <Ctrl>-<Click> them;
#X msg 54 67 bang;
#X obj 54 133 print not-found;
#X obj 54 111 route not-found not-created;
#X text 180 129 objects that are broken because Pd doesn't know how
to create them;
#X obj 147 167 print not-created;
#X text 281 165 objects that failed to create for other reasons;
#X obj 54 89 findbrokenobjects;
#X connect 6 0 7 0;
#X connect 12 0 18 0;
#X connect 14 0 13 0;
#X connect 14 1 16 0;
#X connect 18 0 14 0;
|