This file is indexed.

/usr/lib/pd/extra/mapping/notescale.pd is in pd-mapping 0.2.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
21
22
23
24
25
26
27
#N canvas 1 53 563 324 10;
#X obj 51 42 inlet;
#X obj 51 233 outlet;
#X obj 51 171 expr $f1 * ($f3 - $f2) + $f2;
#X obj 189 61 loadbang;
#X text 10 10 input range: 0 to 1;
#X text 110 233 output range: MIDI note #s;
#X obj 133 42 inlet;
#X obj 304 42 inlet;
#X text 172 42 0-127;
#X text 343 41 0-127;
#X obj 189 84 trigger bang bang;
#X obj 133 110 purepd/float_argument \$1 0;
#X obj 304 110 purepd/float_argument \$2 127;
#X text 25 290 (C) Copyright 2007 Free Software Foundation;
#X text 289 290 released under the GNU GPLv3 or later;
#X obj 51 201 clip 0 127;
#X connect 0 0 2 0;
#X connect 2 0 15 0;
#X connect 3 0 10 0;
#X connect 6 0 11 0;
#X connect 7 0 12 0;
#X connect 10 0 11 0;
#X connect 10 1 12 0;
#X connect 11 0 2 1;
#X connect 12 0 2 2;
#X connect 15 0 1 0;