This file is indexed.

/usr/lib/pd/extra/rtc/pitch2note.pd is in pd-rtclib 4.1-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
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#N canvas 49 106 299 349 10;
#X obj 51 39 inlet;
#X obj 116 39 inlet;
#X obj 116 89 * 12;
#X text 36 286 1993-2004 by Karlheinz
Essl;
#X text 36 303 vs. 1.1.1;
#X obj 51 150 +;
#X obj 51 211 outlet;
#X msg 128 230 pitch higher than 127!;
#X obj 128 204 sel 1;
#X obj 128 176 > 127;
#X obj 85 120 int;
#X floatatom 136 116 0 0 0 0 - - -;
#X obj 128 254 print :pitch2note;
#X obj 116 63 i \$1;
#X obj 51 89 t f b b;
#X obj 51 173 t a a;
#X connect 0 0 14 0;
#X connect 1 0 13 0;
#X connect 2 0 10 1;
#X connect 2 0 11 0;
#X connect 5 0 15 0;
#X connect 7 0 12 0;
#X connect 8 0 7 0;
#X connect 9 0 8 0;
#X connect 10 0 5 1;
#X connect 13 0 2 0;
#X connect 14 0 5 0;
#X connect 14 1 10 0;
#X connect 14 2 13 0;
#X connect 15 0 6 0;
#X connect 15 1 9 0;