/usr/lib/pd/extra/kollabs/anyonce-help.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 | #N canvas 197 145 566 427 10;
#X text 78 326 (c)2013 Marian Weger;
#X text 42 55 anyonce <name>;
#X obj 137 189 anyonce \$0-a;
#X floatatom 47 124 5 0 0 0 - - -;
#X obj 47 211 print A;
#X obj 137 211 print B;
#X obj 227 189 anyonce \$0-a;
#X obj 227 211 print C;
#X obj 47 189 anyonce \$0-a;
#X text 51 253 Only one of the instances with the same name will pass
the message.;
#X connect 2 0 5 0;
#X connect 3 0 2 0;
#X connect 3 0 6 0;
#X connect 3 0 8 0;
#X connect 6 0 7 0;
#X connect 8 0 4 0;
|