/usr/lib/pd/extra/zexy/demux~-help.pd is in pd-zexy 2.2.6-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 39 40 41 42 43 44 45 | #N canvas 0 31 635 302 10;
#X obj 72 139 sig~ 1;
#X floatatom 110 93 4 0 0 0 - - -;
#X obj 71 229 env~;
#X floatatom 71 255 4 0 0 0 - - -;
#X text 428 109 alias;
#X obj 71 193 demultiplex~ . . . . .;
#X obj 113 229 env~;
#X floatatom 113 255 4 0 0 0 - - -;
#X obj 156 230 env~;
#X floatatom 156 256 4 0 0 0 - - -;
#X obj 199 229 env~;
#X floatatom 199 255 4 0 0 0 - - -;
#X obj 242 227 env~;
#X floatatom 242 253 4 0 0 0 - - -;
#X text 156 94 select an outlet;
#X obj 75 23 demultiplex~;
#X text 210 22 demultiplex 1 signal to 1-of-n outlets;
#X obj 481 106 demux~;
#X text 154 174 the number of arguments specifies the number of outlets
;
#X text 513 3 part of zexy;
#N canvas 520 254 494 344 META 0;
#X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 45 LICENSE GPL v2;
#X text 12 25 KEYWORDS signal;
#X text 12 125 AUTHOR IOhannes m zmoelnig;
#X text 12 65 DESCRIPTION demultiplex 1 signal to 1-of-n outlets;
#X text 12 85 INLET_0 float signal;
#X text 12 5 ALIAS demux~;
#X text 12 105 OUTLET_N signal;
#X restore 578 279 pd META;
#X connect 0 0 5 0;
#X connect 1 0 5 0;
#X connect 2 0 3 0;
#X connect 5 0 2 0;
#X connect 5 1 6 0;
#X connect 5 2 8 0;
#X connect 5 3 10 0;
#X connect 5 4 12 0;
#X connect 6 0 7 0;
#X connect 8 0 9 0;
#X connect 10 0 11 0;
#X connect 12 0 13 0;
|