/usr/lib/pd/extra/upp/upp.xc.pd is in pd-upp 0.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 26 43 889 269 10;
#X obj 69 38 inlet;
#X obj 69 195 outlet;
#X obj 142 195 outlet;
#X text 70 212 pass on;
#X text 138 212 release;
#X obj 168 37 inlet;
#X text 170 19 modulation message;
#X obj 207 195 outlet;
#X text 204 213 voices active;
#X text 67 20 event message;
#X obj 430 19 loadbang;
#X text 428 224 explicit loadbang after everything has been set up
;
#X obj 559 127 t b;
#X text 155 120 dynamically created voices;
#X obj 430 51 t b b;
#X obj 558 147 list append upp.flow \$2 \$3 \$4 \$5 \$6 \$7 \$8 \$9
;
#X obj 457 136 upp.dynchain;
#X text 741 27 grrrr.org 2012;
#X obj 69 103 upp._xhelper;
#N canvas 94 22 384 700 \$0-voices 0;
#X obj 37 26 inlet;
#X obj 113 25 inlet;
#X obj 195 25 outlet;
#X obj 275 27 outlet;
#X restore 158 102 pd \$0-voices;
#X obj 430 170 f \$0;
#X msg 430 192 \; pd-\$1-voices loadbang;
#X obj 457 88 list append \$1 \$0-voices 4;
#X connect 0 0 18 0;
#X connect 5 0 18 1;
#X connect 10 0 14 0;
#X connect 12 0 15 0;
#X connect 14 0 20 0;
#X connect 14 1 22 0;
#X connect 15 0 16 1;
#X connect 16 1 12 0;
#X connect 18 0 1 0;
#X connect 18 1 2 0;
#X connect 18 2 7 0;
#X connect 18 3 19 0;
#X connect 18 4 19 1;
#X connect 19 0 18 2;
#X connect 19 1 18 3;
#X connect 20 0 21 0;
#X connect 22 0 16 0;
#X coords 0 0 1 1 100 50 0;
|