This file is indexed.

/usr/lib/pd/extra/upp/spat-invd.pd is in pd-upp 0.1.0-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
#N canvas 88 71 570 296 10;
#X obj 47 34 inlet;
#X obj 47 242 outlet;
#X obj 208 33 inlet;
#X obj 289 140 route float;
#X obj 47 74 upp._extract 5;
#X obj 208 77 upp._extract 5;
#X obj 47 169 \$3 \$4 \$5 \$6 \$7 \$8 \$9;
#X obj 289 116 list split 1;
#X obj 289 164 list append;
#X obj 188 244 upp._spat upp._spat.invd \$1 \$2;
#X text 54 150 synth abstraction;
#X text 293 98 modifying messages must start with float;
#X text 276 224 x y z bias power;
#X connect 0 0 4 0;
#X connect 2 0 5 0;
#X connect 3 0 8 0;
#X connect 4 0 6 0;
#X connect 4 1 9 1;
#X connect 5 0 6 1;
#X connect 5 1 7 0;
#X connect 6 0 1 0;
#X connect 6 1 9 0;
#X connect 7 0 3 0;
#X connect 7 1 8 1;
#X connect 8 0 9 1;