This file is indexed.

/usr/lib/pd/extra/pdp/pdp_agc.pd is in pd-pdp 1:0.14.1-3+b1.

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
#N canvas 572 396 450 300 10;
#X obj 174 115 pdp_cog;
#X obj 174 222 /;
#X obj 174 147 t b f;
#X obj 116 89 pdp_t p p;
#X obj 116 252 pdp_gain;
#X text 22 13 an automatic gain control using the pdp_cog object;
#X obj 23 40 inlet;
#X obj 238 146 inlet;
#X obj 174 183 f \$1;
#X obj 116 279 outlet;
#X text 158 36 creation argument or right inlet;
#X text 157 51 is desired average intensity;
#X obj 23 62 route chanmask;
#X msg 23 102 chanmask \$1;
#X connect 0 0 2 0;
#X connect 1 0 4 1;
#X connect 2 0 8 0;
#X connect 2 1 1 1;
#X connect 3 0 4 0;
#X connect 3 1 0 0;
#X connect 4 0 9 0;
#X connect 6 0 12 0;
#X connect 7 0 8 1;
#X connect 8 0 1 0;
#X connect 12 0 13 0;
#X connect 12 1 3 0;
#X connect 13 0 4 0;