/usr/lib/pd/extra/zexy/niagara-help.pd is in pd-zexy 2.2.5-2.
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 | #N canvas 0 31 707 337 10;
#X floatatom 86 178 0 0 0 0 - - -;
#X obj 29 206 niagara 12;
#X obj 29 288 print LEFT;
#X obj 86 263 print RIGHT;
#X msg 29 100 1 2 3 4 5 6 7 all good children go to heaven;
#X obj 119 25 niagara;
#X text 201 53 creation : "niagara <n>" creates a niagara-fall with
a rock at point <n>;
#X text 116 178 where to divide;
#X text 290 219 note :;
#X text 337 233 if <anything> is passed \, then 2 <anything>s appear
at the outputs;
#X text 337 219 if a <list> is passed \, then 2 <list>s appear at the
outputs;
#X msg 50 122 some water will go down on the left side of the rock
and the rest will come down on the other side;
#X text 318 100 a list;
#X text 412 131 not a list \, but works too;
#X text 589 12 part of zexy;
#N canvas 460 154 494 344 META 0;
#X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2;
#X text 12 145 AUTHOR IOhannes m zmoelnig;
#X text 12 105 OUTLET_0 anything;
#X text 12 45 DESCRIPTION divide a package into 2 sub-packages;
#X text 12 5 KEYWORDS control anything_op;
#X text 12 65 INLET_0 anything;
#X text 12 85 INLET_1 float;
#X text 12 125 OUTLET_1 anything;
#X restore 648 306 pd META;
#X text 334 28 divide a package into 2 sub-packages;
#X connect 0 0 1 1;
#X connect 1 0 2 0;
#X connect 1 1 3 0;
#X connect 4 0 1 0;
#X connect 11 0 1 0;
|