This file is indexed.

/usr/lib/pd/extra/rtc/pitch2note-help.pd is in pd-rtclib 4.1-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
#N canvas 3 48 502 424 10;
#X msg 230 24 Harmony;
#X floatatom 45 220 4 0 0 1 key_number - -;
#X obj 45 250 play2 127 500 1 1;
#X text 38 334 vs. 1.1: argument added;
#X msg 86 94 note2pitch;
#X text 21 94 see also:;
#X obj 45 162 pitch2note 4;
#X floatatom 45 196 4 0 0 1 note - -;
#X floatatom 45 135 4 0 0 2 pitch_class - -;
#X floatatom 140 134 4 0 0 2 register - -;
#X text 38 318 1993-96 by Karlheinz Essl;
#X text 21 30 pitch2note;
#X text 21 62 Combines pitch class and register into a note (i.e. MIDI
key number).;
#X connect 1 0 2 0;
#X connect 6 0 7 0;
#X connect 7 0 1 0;
#X connect 8 0 6 0;
#X connect 9 0 6 1;