This file is indexed.

/usr/share/puredata/doc/4.data.structures/08.selection.pd is in puredata-doc 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
#N struct template8 float x float y float w float h float q;
#N canvas 628 474 586 452 12;
#X floatatom 53 347 0 0 0 0 - - -;
#X floatatom 53 299 0 0 0 0 - - -;
#X floatatom 53 251 0 0 0 0 - - -;
#X floatatom 53 203 0 0 0 0 - - -;
#X floatatom 342 283 0 0 0 0 - - -;
#X floatatom 301 283 0 0 0 0 - - -;
#X floatatom 258 283 0 0 0 0 - - -;
#X floatatom 215 283 0 0 0 0 - - -;
#X floatatom 374 283 0 0 0 0 - - -;
#X floatatom 53 394 0 0 0 0 - - -;
#N canvas 17 52 388 446 data8 1;
#X scalar template8 29 182 0 16 917 \;;
#X scalar template8 290 272 0 32 66 \;;
#X scalar template8 186 29 46 71 78 \;;
#X scalar template8 21 318 49 42 220 \;;
#X scalar template8 112 201 28 72 634 \;;
#X scalar template8 250 125 46 11 48 \;;
#X scalar template8 26 62 70 11 903 \;;
#X scalar template8 260 36 10 4 169 \;;
#X scalar template8 230 175 25 27 710 \;;
#X scalar template8 282 266 50 25 612 \;;
#X scalar template8 55 183 62 51 421 \;;
#X scalar template8 177 241 39 66 866 \;;
#X scalar template8 145 96 27 27 125 \;;
#X scalar template8 116 85 66 32 319 \;;
#X scalar template8 135 61 50 25 454 \;;
#X scalar template8 275 117 21 45 583 \;;
#X scalar template8 270 230 25 38 548 \;;
#X scalar template8 217 249 24 73 214 \;;
#X scalar template8 214 312 50 78 652 \;;
#X scalar template8 288 91 72 19 325 \;;
#X restore 410 359 pd data8;
#N canvas 280 471 688 314 template8 0;
#X obj 25 177 filledpolygon q 0 1 0 0 w 0 w h 0 h;
#X obj 26 200 drawnumber q 0 0 0;
#X obj 24 19 struct template8 float x float y float w float h float
q;
#X obj 24 74 route select;
#X obj 24 103 outlet;
#X obj 32 46 print struct-template8;
#X text 151 72 "struct" outputs messages notifying you when objects
of this structure are selected or deselected. Here we only catch selection.
;
#X connect 2 0 3 0;
#X connect 2 0 5 0;
#X connect 3 0 4 0;
#X restore 215 208 pd template8;
#X text 46 5 This patch demonstrates catching the selection so you
can make control panels to edit parameters. The "struct" object outputs
a pointer to any selected object of type struct8.;
#X obj 53 227 set template8 x;
#X obj 53 275 set template8 y;
#X obj 53 323 set template8 w;
#X obj 53 370 set template8 h;
#X obj 53 417 set template8 q;
#X obj 215 259 get template8 x y w h q;
#X text 46 68 To try it \, unlock the subpatch (data8) and select something.
The 5 paramters should show up under the "get" object in this window
\, and you should be able to change them with the "set" object.;
#X text 332 405 updated for Pd version 0.39;
#X text 47 136 The blue "selection" rectangle ought to notice when
the object that got selected gets moved or resized \, but this isn't
done yet (as of Pd version 0.39).;
#X connect 0 0 16 0;
#X connect 1 0 15 0;
#X connect 2 0 14 0;
#X connect 3 0 13 0;
#X connect 9 0 17 0;
#X connect 11 0 13 1;
#X connect 11 0 14 1;
#X connect 11 0 15 1;
#X connect 11 0 16 1;
#X connect 11 0 17 1;
#X connect 11 0 18 0;
#X connect 18 0 7 0;
#X connect 18 1 6 0;
#X connect 18 2 5 0;
#X connect 18 3 4 0;
#X connect 18 4 8 0;