This file is indexed.

/usr/lib/pd/extra/rtc/transpose-row-help.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
#N canvas 0 48 664 376 10;
#X text 21 50 Transposes a list of notes or pitch classes (containing
up to 64 elements) a certain interval which can be positive or negative.
The output appears as pitch classes (ints between 0 and 11).;
#X text 23 107 NB: The input must not be a dodecaphonic row!;
#X text 375 151 };
#X text 301 135 list of pitch classes or notes;
#X text 49 271 result: as pitch classes;
#X obj 38 235 show;
#X msg 38 287 7 9 11 1 3 5 4 2 0 10 8 6;
#X obj 38 204 transpose-row;
#X floatatom 38 176 4 0 0 2 transposition_interval - -;
#X obj 79 237 bng 15 250 50 1 empty empty clear 0 -6 0 8 -262144 -1
-1;
#X text 21 322 1994-95 by Karlheinz Essl;
#X msg 213 179 0 14 7 -3 23;
#X msg 213 156 1 3 5 7 9 11 10 8 6 4 2 0;
#X obj 213 134 loadbang;
#X msg 403 24 Dodecaphonics;
#X text 21 337 vs.2: now works with lists containing up to 64 elements.
;
#X text 239 31 vs. 2;
#X text 21 19 transpose-row;
#X connect 5 0 6 0;
#X connect 7 0 5 0;
#X connect 8 0 7 0;
#X connect 9 0 5 1;
#X connect 11 0 7 1;
#X connect 12 0 7 1;
#X connect 13 0 12 0;