/usr/share/puredata/doc/2.control.examples/dollarsign.pd is in puredata-doc 0.48.1-3.
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 | #N canvas 2 52 620 406 12;
#X obj 207 44 inlet;
#X obj 207 71 s \$1-a;
#X obj 302 72 s \$1-b;
#X text 331 352 updated for Pd version 0.34;
#X text 63 7 This is an abstraction used in example 12 \, "locality".
;
#X obj 302 47 inlet;
#X obj 62 264 s \$1-c;
#X obj 62 294 r \$1-c;
#X floatatom 62 233 5 0 0 0 - - -, f 5;
#X floatatom 62 322 5 0 0 0 - - -, f 5;
#X obj 164 265 s here's-what-happens-if-you-dont;
#X obj 163 295 r here's-what-happens-if-you-dont;
#X floatatom 163 323 5 0 0 0 - - -, f 5;
#X floatatom 164 235 5 0 0 0 - - -, f 5;
#X floatatom 487 239 5 0 0 0 - - -, f 5;
#X floatatom 488 322 5 0 0 0 - - -, f 5;
#X obj 487 266 s \$0-d;
#X obj 488 296 r \$0-d;
#X text 47 94 The sends above get named "one-a" and "one-b" \, for
instance. The window title bar tells you the creation arguments for
this particular instance. You can use this to make internal local connections
as shown below. The "\$1-c" boxes act locally whereas the middle boxes
get crosstalk between the windows. The boxes at right also get unique
names but in this case you don't have to specify "\$0" \, just something
unique.;
#X connect 0 0 1 0;
#X connect 5 0 2 0;
#X connect 7 0 9 0;
#X connect 8 0 6 0;
#X connect 11 0 12 0;
#X connect 13 0 10 0;
#X connect 14 0 16 0;
#X connect 17 0 15 0;
|