This file is indexed.

/usr/lib/pd/extra/hcs/get-audio-dialog.pd is in pd-hcs 0.1-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
19
20
21
22
23
24
25
26
#N canvas 361 286 450 300 10;
#X obj 143 88 receive pd;
#X obj 143 111 route audio-dialog;
#X obj 122 161 list;
#X obj 122 16 inlet;
#X obj 122 43 route bang;
#X obj 179 63 print ERROR: no method for;
#X obj 179 272 outlet;
#X obj 122 185 route bang;
#X obj 85 235 print WARNING: no audio-dialog data! Open the Audio Settings
and click OK to get the data.;
#X obj 179 209 cyclone/prepend audio-dialog;
#X obj 143 132 trigger bang anything;
#X text 211 180 in a singleton;
#X text 159 160 <-- TODO this list should be globally available;
#X connect 0 0 1 0;
#X connect 1 0 10 0;
#X connect 2 0 7 0;
#X connect 3 0 4 0;
#X connect 4 0 2 0;
#X connect 4 1 5 0;
#X connect 7 0 8 0;
#X connect 7 1 9 0;
#X connect 9 0 6 0;
#X connect 10 0 2 0;
#X connect 10 1 2 1;