/usr/lib/pd/extra/pddp/helplink-help.pd is in pd-pddp 0.1-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 | #N canvas 275 101 468 415 12;
#X text 20 10 [helplink] makes a clickable link to a help patch based
on the object name. It is useful for providing links to help patches
in other patches.;
#X obj 51 101 helplink select;
#X obj 54 304 helplink;
#X obj 50 143 helplink cyclone/counter;
#X obj 50 181 helplink iemguts/propertybang;
#X text 29 234 If the help patch or object does not exist \, [helplink]
will not output an error until someone clicks on the link.;
#X obj 55 339 helplink Gem/scale;
|