This file is indexed.

/usr/lib/pd/extra/puremapping/debounce-help.pd is in pd-puremapping 20160130-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
27
28
29
30
31
32
33
#N canvas 427 175 470 540 10;
#X obj 2 2 cnv 15 450 20 empty empty debounce 2 11 1 18 -233017 -66577
0;
#X msg 418 3 pddp;
#X text 18 499 $Author: nusmuk $;
#X text 17 453 (C) Copyright 2005 Hans-Christoph Steiner <hans@at.or.at>
;
#X obj 122 78 bng 15 250 50 0 empty empty empty 0 -6 0 8 -24198 -1
-1;
#X obj 123 102 t b b;
#X obj 123 142 delay;
#X obj 63 121 bang;
#X msg 85 78 stop;
#X obj 123 171 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 123 228 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 123 198 debounce 2000;
#X obj 152 122 random 1000;
#X text 17 486 $Revision: 1.2 $$Date: 2006-11-10 15:43:46 $;
#X text 26 388 Every input is converted to a "bang".;
#X text 26 366 Debounce remove bang is they are to fast.;
#X text 209 472 released under the GNU GPL v3 or later;
#X connect 4 0 5 0;
#X connect 5 0 6 0;
#X connect 5 1 12 0;
#X connect 6 0 7 0;
#X connect 6 0 9 0;
#X connect 7 0 5 0;
#X connect 8 0 6 0;
#X connect 9 0 11 0;
#X connect 11 0 10 0;
#X connect 12 0 6 1;