/usr/lib/pd/extra/upp/upp.flowctrl.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 | #N canvas 830 185 445 326 10;
#X obj 66 33 inlet;
#X obj 68 272 outlet;
#X text 64 292 pass on;
#X obj 231 36 loadbang;
#X msg 190 77 0;
#X obj 50 95 cnv 15 200 130 empty empty empty 20 12 0 14 -233017 -66577
0;
#X text 164 168 if busy;
#X text 62 169 if vacant;
#X obj 190 107 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X text 207 113 busy;
#X obj 189 273 outlet;
#X obj 190 36 inlet;
#X msg 263 151 1;
#X obj 189 246 t a b;
#X text 262 134 set busy;
#X text 188 293 to worker;
#X text 65 16 message in;
#X obj 117 149 upp.dilemma;
#X obj 190 127 t a a;
#X obj 306 274 outlet;
#X text 304 292 busy state;
#X text 320 16 grrrr.org 2012-16;
#X obj 190 56 b;
#X obj 306 248 change -1;
#X text 189 18 free voice;
#X connect 0 0 17 0;
#X connect 3 0 4 0;
#X connect 4 0 8 0;
#X connect 8 0 18 0;
#X connect 11 0 22 0;
#X connect 12 0 8 0;
#X connect 13 0 10 0;
#X connect 13 1 12 0;
#X connect 17 0 13 0;
#X connect 17 1 1 0;
#X connect 18 0 23 0;
#X connect 18 1 17 1;
#X connect 22 0 4 0;
#X connect 23 0 19 0;
|