This file is indexed.

/usr/lib/pd/extra/iemmatrix/mtx_linspace.pd is in pd-iemmatrix 0.2-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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#N canvas 661 125 619 626 10;
#X obj 88 95 inlet;
#X obj 88 370 outlet;
#X text 85 50 linspace creates a linear scale between the start and
end point with N points;
#X text 239 128 arg1: startval;
#X text 236 144 arg2: stopval;
#X text 232 159 arg3: N;
#X obj 188 168 - 1;
#X obj 140 251 /;
#X obj 140 231 pack f f;
#X obj 88 292 mtx_* 0;
#X obj 88 230 f;
#X obj 126 188 f;
#X obj 126 208 -;
#X msg 88 249 0 \$1;
#X obj 88 270 mtx_:;
#X obj 88 167 t b b f;
#X obj 88 313 mtx_+ \$1;
#X obj 88 126 pack \$1 \$2 \$3;
#X obj 88 147 unpack f f f;
#X text 169 92 inlet is a 3 argument list;
#X text 201 112 optional creation arguments:;
#X connect 0 0 17 0;
#X connect 6 0 8 1;
#X connect 6 0 10 1;
#X connect 7 0 9 1;
#X connect 8 0 7 0;
#X connect 9 0 16 0;
#X connect 10 0 13 0;
#X connect 11 0 12 0;
#X connect 12 0 8 0;
#X connect 13 0 14 0;
#X connect 14 0 9 0;
#X connect 15 0 10 0;
#X connect 15 1 11 0;
#X connect 15 2 12 1;
#X connect 15 2 16 1;
#X connect 16 0 1 0;
#X connect 17 0 18 0;
#X connect 18 0 15 0;
#X connect 18 1 11 1;
#X connect 18 2 6 0;