/usr/share/puredata/doc/2.control.examples/13.locality.pd is in puredata-doc 0.46.2-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 | #N canvas 24 192 606 297 12;
#X floatatom 38 223 0 0 0;
#X floatatom 191 221 0 0 0;
#X text 356 264 updated for Pd version 0.34;
#X text 32 14 You can use dollarsigns in abstractions to get local
sends and receives as shown here.;
#X obj 29 85 dollarsign one;
#X obj 167 86 dollarsign two;
#X obj 38 196 r one-a;
#X obj 191 194 r two-a;
#X floatatom 110 225 0 0 0;
#X floatatom 264 220 0 0 0;
#X obj 110 197 r one-b;
#X obj 264 191 r two-b;
#X text 26 112 Open both copies to see what's happening...;
#X floatatom 29 59 0 0 0;
#X floatatom 124 58 0 0 0;
#X floatatom 167 60 0 0 0;
#X floatatom 264 58 0 0 0;
#X connect 6 0 0 0;
#X connect 7 0 1 0;
#X connect 10 0 8 0;
#X connect 11 0 9 0;
#X connect 13 0 4 0;
#X connect 14 0 4 1;
#X connect 15 0 5 0;
#X connect 16 0 5 1;
|