/usr/lib/pd/extra/iemguts/closebang-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 | #N canvas 612 413 505 298 10;
#X obj 28 38 closebang;
#X text 108 39 emits a bang when an abstraction is deleted.;
#X text 41 126 [closebang] notifies you when an abstraction is about
to be deleted \, so you can:;
#X text 52 162 - cleanup ressources;
#X text 52 177 - keep track of instances (PUSH);
#X text 52 193 - say goodbye;
#X text 24 240 note: [closebang] requires Pd>=0.47;
|