/usr/lib/pd/extra/rtc/cp-pan~.pd is in pd-rtclib 4.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 | #N canvas 336 280 450 300 10;
#X text 264 126 0=left \, 1=right;
#X text 260 108 Arg. 1: Panning;
#X text 181 86 * ~M_PI/2;
#X obj 117 85 * 1.5708;
#X obj 39 172 *~ 0.7;
#X obj 120 172 *~ 0.7;
#X text 257 142 (not used currently);
#X obj 117 60 inlet;
#X obj 38 62 inlet~;
#X obj 39 203 outlet~;
#X obj 120 203 outlet~;
#X obj 76 150 cos;
#X obj 157 151 sin;
#X connect 3 0 11 0;
#X connect 3 0 12 0;
#X connect 4 0 9 0;
#X connect 5 0 10 0;
#X connect 7 0 3 0;
#X connect 8 0 4 0;
#X connect 8 0 5 0;
#X connect 11 0 4 1;
#X connect 12 0 5 1;
|