This file is indexed.

/usr/lib/pd/extra/puremapping/fchange-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
#N canvas 526 272 527 246 10;
#X floatatom 44 189 5 0 0 0 - - -;
#X floatatom 67 149 5 0 0 0 - - -;
#X obj 44 72 random 111;
#X obj 44 50 metro 50;
#X obj 44 30 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1
;
#X obj 67 123 fchange 0.5;
#X text 139 12 change for float (with tolerence);
#X obj 44 94 / 111;
#X text 139 32 output a new value only if |input - output| > tolerence
;
#X text 162 124 Arg1 : tolerence (defaut is 0);
#X connect 2 0 7 0;
#X connect 3 0 2 0;
#X connect 4 0 3 0;
#X connect 5 0 1 0;
#X connect 7 0 5 0;
#X connect 7 0 0 0;