This file is indexed.

/usr/share/puredata/doc/5.reference/sigbinops-help.pd is in puredata-core 0.46.7-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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#N canvas 18 67 1086 595 10;
#X obj 8 251 +~;
#X obj 115 249 -~;
#X obj 222 249 *~;
#X obj 327 251 /~;
#X obj 38 17 +~;
#X obj 73 17 -~;
#X obj 106 16 *~;
#X obj 140 16 /~;
#X graph graph1 0 -1 100 1 678 446 1078 146;
#X array array1 100 float;
#X pop;
#X obj 327 293 tabwrite~ array1;
#X obj 8 293 tabwrite~ array1;
#X obj 115 293 tabwrite~ array1;
#X obj 222 293 tabwrite~ array1;
#X text 266 14 -- operators on audio signals;
#X obj 8 160 osc~ 440;
#X obj 480 157 osc~ 675;
#X msg 17 271 bang;
#X obj 173 15 max~;
#X obj 207 15 min~;
#X text 487 458 modified for Pd version 0.27;
#X obj 536 293 tabwrite~ array1;
#X obj 431 293 tabwrite~ array1;
#X obj 431 249 max~;
#X obj 536 251 min~;
#X msg 127 272 bang;
#X msg 233 271 bang;
#X msg 343 272 bang;
#X msg 443 271 bang;
#X msg 553 272 bang;
#X text 52 332 The binary signal operators can be configured to combine two signals as above \, or \, if you give a numeric argument \, audio signals are combined with scalars:;
#X obj 204 377 +~ 5;
#X text 60 406 The right inlet takes audio signals or numbers depending on whether the argument is present or not.;
#X msg 68 71 \; pd dsp 1;
#X connect 0 0 10 0;
#X connect 1 0 11 0;
#X connect 2 0 12 0;
#X connect 3 0 9 0;
#X connect 14 0 0 0;
#X connect 14 0 1 0;
#X connect 14 0 3 0;
#X connect 14 0 2 0;
#X connect 14 0 22 0;
#X connect 14 0 23 0;
#X connect 15 0 3 1;
#X connect 15 0 2 1;
#X connect 15 0 1 1;
#X connect 15 0 0 1;
#X connect 15 0 22 1;
#X connect 15 0 23 1;
#X connect 16 0 10 0;
#X connect 22 0 21 0;
#X connect 23 0 20 0;
#X connect 24 0 11 0;
#X connect 25 0 12 0;
#X connect 26 0 9 0;
#X connect 27 0 21 0;
#X connect 28 0 20 0;