/usr/lib/pd/extra/pdp_gain3.pd is in pd-pdp 1:0.12.5-1.1ubuntu1.
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 | #N canvas 576 356 409 204 10;
#X obj 107 82 pdp_gain;
#X obj 107 115 pdp_gain;
#X obj 107 146 pdp_gain;
#X obj 107 50 inlet;
#X obj 184 49 inlet;
#X obj 250 49 inlet;
#X obj 309 48 inlet;
#X obj 107 178 outlet;
#X obj 19 22 loadbang;
#X msg 19 50 chanmask 1;
#X msg 19 84 chanmask 2;
#X msg 19 117 chanmask 4;
#X text 113 14 set gain independently for 3 channels;
#X connect 0 0 1 0;
#X connect 1 0 2 0;
#X connect 2 0 7 0;
#X connect 3 0 0 0;
#X connect 4 0 0 1;
#X connect 5 0 1 1;
#X connect 6 0 2 1;
#X connect 8 0 9 0;
#X connect 9 0 0 0;
#X connect 9 0 10 0;
#X connect 10 0 1 0;
#X connect 10 0 11 0;
#X connect 11 0 2 0;
|