This file is indexed.

/usr/share/puredata/doc/5.reference/oscparse-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
#N canvas 3 69 706 702 12;
#X obj 171 576 oscparse;
#X text 52 663 see also:;
#X obj 140 663 oscformat;
#X obj 224 663 netreceive;
#X text 435 666 updated for Pd version 0.46;
#X obj 171 599 print parse-output;
#X obj 314 663 list;
#X obj 419 521 netreceive -u -b;
#X msg 419 466 listen 5000;
#X msg 431 494 listen 0;
#X text 520 493 stop listening;
#X msg 57 471 1 2 3 foo 5;
#X text 51 446 numbers and symbols;
#X obj 57 496 oscformat dog cat;
#X obj 222 496 oscformat -f b weasel;
#X msg 222 471 -1 1 2 3 4 5;
#X obj 57 576 print packet;
#X text 234 445 a blob;
#X text 416 442 packets from network;
#X text 521 466 slisten on port 5000;
#X text 558 521 UDP packets \, binary output, f 13;
#X text 45 41 oscparse take incoming lists of numbers \, interpreting
them as the bytes in an OSC message. The output is a list containing
\, first \, the symbols making up the address of the OSC packet \,
and following that \, numbers and symbols as present in the OSC message.
OSC messages may contain 'float' \, 'int' \, 'string' \, or 'blob'
elements. Blobs are arrays of bytes (numbers between 0 and 255) and
are copied to the output preceded by the blob's byte count.;
#X text 80 11 oscparse - parse Open Sound Control (OSC) packets into
Pd messages, f 67;
#X text 44 187 OSC is a complicated networking protocol (FUDI \, as
used in netsend/netreceive is simpler and better but less widely used).
oscparse and oscformat make no attempt to deal with timetags or aggregates
of packets \, nor with streaming OSC. Also \, no attempt is made here
to clearly distinguish between the OSC address (symbols) and the following
data \, nor between blobs and lists of numbers - it is assumed that
you know what types the message should contain. You can alternatively
use the OSC objects from mrpeach which have more features than these.
;
#X text 42 356 OSC messages may be combined in "bundles". If oscparse
receives a bundle it simply parses all the messages in the bundle in
the order they appear \, and ignores the bundle's time tag.;
#X connect 0 0 5 0;
#X connect 7 0 0 0;
#X connect 8 0 7 0;
#X connect 9 0 7 0;
#X connect 11 0 13 0;
#X connect 13 0 0 0;
#X connect 13 0 16 0;
#X connect 14 0 0 0;
#X connect 14 0 16 0;
#X connect 15 0 14 0;