/usr/lib/pd/extra/iemlib/ii-help.pd is in pd-iemlib 1.20.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 | #N canvas 156 133 536 355 10;
#X msg 81 54 2.5;
#X msg 20 54 bang;
#X msg 121 55 23 64;
#X text 55 249 the above can be abbreviated as:;
#X msg 168 55 symbol dog;
#X msg 260 55 open myfile 888;
#X obj 20 106 init;
#X obj 287 249 ii;
#X obj 20 133 print x1;
#X obj 95 107 init 44;
#X obj 95 132 print x2;
#X obj 190 134 print x3;
#X obj 190 109 init www;
#X obj 274 110 init symbol www;
#X obj 274 134 print x4;
#X obj 21 179 ii open file 22;
#X obj 21 203 print x5;
#X obj 144 180 ii list open file 22;
#X obj 144 203 print x6;
#X obj 301 181 ii list 6 7 8;
#X obj 301 204 print x7;
#X obj 409 181 ii 9 8 7;
#X obj 409 204 print x8;
#X obj 412 138 print x9;
#X obj 412 112 init float 77;
#X msg 389 58 11 22 33 aa bb cc;
#X text 18 17 init : initialize anything by loadbang;
#X text 106 305 IEM KUG;
#X text 90 293 musil;
#X text 120 293 @;
#X text 126 293 iem.at;
#X text 41 282 (c) Thomas Musil 2000 - 2005;
#X text 89 315 Graz \, Austria;
#X connect 0 0 6 0;
#X connect 1 0 6 0;
#X connect 2 0 6 0;
#X connect 4 0 6 0;
#X connect 5 0 6 0;
#X connect 6 0 8 0;
#X connect 9 0 10 0;
#X connect 12 0 11 0;
#X connect 13 0 14 0;
#X connect 15 0 16 0;
#X connect 17 0 18 0;
#X connect 19 0 20 0;
#X connect 21 0 22 0;
#X connect 24 0 23 0;
#X connect 25 0 6 0;
|