This file is indexed.

/usr/lib/pd/extra/aubio/examples/onset-cam.pd is in pd-aubio 0.4-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
#N canvas 331 521 567 331 10;
#X obj 23 8 adc~;
#X obj 24 46 aubioonset~;
#X obj 24 81 pdp_v4l;
#X obj 24 116 pdp_xv;
#X text 110 10 audio input;
#X text 111 46 onset detection;
#X text 113 82 video camera;
#X text 113 121 video screen;
#X connect 0 0 1 0;
#X connect 0 1 1 0;
#X connect 1 0 2 0;
#X connect 2 0 3 0;