This file is indexed.

/usr/lib/pd/extra/pmpd/examples/gemMasse.pd is in pd-pmpd 0.9-5.

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
#N canvas 615 387 345 312 12;
#X obj 25 38 inlet;
#X obj 26 100 outlet;
#X obj 75 228 translateXYZ 0 0 0;
#X obj 75 256 sphere 0.3;
#X obj 75 168 r gemhead;
#X obj 75 197 separator;
#X obj 86 100 unpack s f f f;
#X obj 26 70 mass3D masse \$1 \$2 \$3 \$4;
#X connect 0 0 7 0;
#X connect 2 0 3 0;
#X connect 4 0 5 0;
#X connect 5 0 2 0;
#X connect 6 1 2 1;
#X connect 6 2 2 2;
#X connect 6 3 2 3;
#X connect 7 0 1 0;
#X connect 7 0 6 0;