This file is indexed.

/usr/share/puredata/doc/5.reference/timer-help.pd is in puredata-core 0.48.1-3.

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
44
45
46
#N canvas 717 151 596 509 12;
#X msg 67 205 bang;
#X msg 30 115 bang;
#X obj 30 235 timer;
#X obj 84 13 timer;
#X text 129 14 - measure logical time;
#X floatatom 30 261 0 0 0 0 - - -;
#X text 12 48 The timer object measures elapsed logical time. Logical
time moves forward as if all computation were instantaneous and as
if all "delay" and "metro" objects were exact.;
#X text 27 287 Output is in the specified time units \, milliseconds
by default., f 63;
#X text 105 206 Bang in inlet: output elapsed time;
#X text 73 113 bang: reset elapsed time to zero, f 33;
#X text 46 453 see also:;
#X obj 406 309 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X obj 407 380 bng 25 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X obj 266 396 delay;
#X text 96 389 for details on tempo setting \, see:, f 20;
#X obj 443 385 sel 1;
#X floatatom 443 440 5 0 0 0 - - -, f 5;
#X obj 406 329 t f f;
#X obj 134 453 metro;
#X obj 407 355 metro 1 90 permin;
#X obj 443 415 timer 90 permin;
#X text 97 309 for example \, this metronome outputs at intervals of
one beat at 90 beats per minute \, as measured by a timer also set
to that tempo:, f 37;
#X msg 30 155 tempo 2 sec;
#X text 362 469 updated for Pd version 0.47;
#X text 143 139 set tempo in units of milliseconds (msec for short)
\, seconds (sec) \, minutes (min) or samples (samp). Also persec (units
per second) \, etc - see below., f 52;
#X connect 0 0 2 1;
#X connect 1 0 2 0;
#X connect 2 0 5 0;
#X connect 11 0 17 0;
#X connect 12 0 20 1;
#X connect 15 0 20 0;
#X connect 17 0 19 0;
#X connect 17 1 15 0;
#X connect 19 0 12 0;
#X connect 20 0 16 0;
#X connect 22 0 2 0;