/usr/lib/pd/extra/pdogg/oggread~-help.pd is in pd-pdogg 0.25.1-1.
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 | #N canvas 1 53 576 474 12;
#X obj 27 411 dac~;
#X floatatom 75 412 8 0 0 0 - - -;
#X obj 36 343 oggread~;
#X msg 71 170 start;
#X msg 110 226 stop;
#X msg 118 287 resume;
#X msg 36 45 open myfile.ogg;
#X text 119 168 play file from beginning;
#X text 152 226 stop (pause) playing;
#X text 179 288 resume playing at current position;
#X msg 396 394 \; pd dsp 1;
#X msg 472 394 \; pd dsp 0;
#X obj 396 368 loadbang;
#X text 185 52 get latest version at;
#X text 152 411 position in file (seconds);
#X text 186 38 written by Olaf Matthes <olaf.matthes@gmx.de>;
#X text 17 16 oggread~ version 0.2 - Ogg Vorbis file player;
#X msg 126 250 0;
#X msg 95 195 1;
#X text 230 318 set new playing position (in seconds);
#X obj 95 375 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X text 121 375 bang at end of file;
#X text 186 67 http://www.akustische-kunst.org/puredata/;
#X obj 55 102 openpanel;
#X msg 55 74 bang;
#X msg 55 129 open \$1;
#X msg 149 317 seek 60;
#N canvas 457 255 494 344 META 0;
#X text 12 185 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 85 OUTLET_0 signal;
#X text 12 165 AUTHOR Olaf Matthes;
#X text 12 25 LICENSE LGPL;
#X text 12 45 DESCRIPTION version 0.2 - Ogg Vorbis file player;
#X text 12 65 INLET_0 float open start stop resume seek;
#X text 12 105 OUTLET_1 signal;
#X text 12 125 OUTLET_2 float;
#X text 12 145 OUTLET_3 bang;
#X text 12 5 KEYWORDS signal soundfile;
#X restore 514 447 pd META;
#X connect 2 0 0 0;
#X connect 2 1 0 1;
#X connect 2 2 1 0;
#X connect 2 3 20 0;
#X connect 3 0 2 0;
#X connect 4 0 2 0;
#X connect 5 0 2 0;
#X connect 6 0 2 0;
#X connect 12 0 10 0;
#X connect 17 0 2 0;
#X connect 18 0 2 0;
#X connect 23 0 25 0;
#X connect 24 0 23 0;
#X connect 25 0 2 0;
#X connect 26 0 2 0;
|