/usr/lib/pd/extra/cyclone/prepend-help.pd is in pd-cyclone 0.1~alpha55-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 | #N canvas 200 160 469 609 10;
#X obj 26 16 prepend;
#X text 94 17 prepend a message with another message:;
#X msg 128 91 set a quick brown fox;
#X msg 164 119 jumps;
#X text 68 63 1;
#X text 114 90 2;
#X text 145 120 3;
#X obj 139 175 prepend typewriters;
#X msg 85 61 are boring;
#X obj 139 205 prepend set;
#X msg 139 232 a quick brown fox jumps;
#X text 25 280 This object also has a non-Max/MSP behavior (although
it is still compatible with the Max/MSP prepend). If [prepend] is created
without an argument \, then it has a right inlet. This right inlet
allows you to set what to prepend:;
#X msg 90 382 set a quick brown fox;
#X msg 134 408 jumps;
#X text 32 359 1;
#X text 74 382 2;
#X text 115 409 3;
#X msg 49 357 are boring;
#X obj 140 536 prepend set;
#X msg 140 563 typewriters asdf;
#X msg 209 445 typewriters;
#X obj 140 511 prepend;
#X msg 179 445 234;
#X msg 290 445 symbol people;
#X msg 290 467 list this is a list;
#X msg 290 491 this is not;
#X text 235 381 now the "set" is passed thru;
#X text 269 91 "set" changes what to prepend;
#X connect 2 0 7 0;
#X connect 3 0 7 0;
#X connect 7 0 9 0;
#X connect 8 0 7 0;
#X connect 9 0 10 0;
#X connect 12 0 21 0;
#X connect 13 0 21 0;
#X connect 17 0 21 0;
#X connect 18 0 19 0;
#X connect 20 0 21 1;
#X connect 21 0 18 0;
#X connect 22 0 21 1;
#X connect 23 0 21 1;
#X connect 24 0 21 1;
#X connect 25 0 21 1;
|