/usr/lib/pd/extra/rtc/st2pitch.pd is in pd-rtclib 4.1-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 | #N canvas 38 44 444 457 10;
#X obj 38 53 inlet;
#X text 97 230 < converts floats to ints;
#X obj 38 304 outlet;
#X obj 143 309 outlet;
#X obj 139 54 inlet;
#X text 35 355 vs. 2;
#X text 35 335 1993-94 by Karlheinz Essl;
#X obj 38 210 + \$1;
#X obj 139 79 t b a;
#X obj 38 230 int;
#X obj 38 254 t a a;
#X obj 38 277 mod 12;
#X obj 66 144 f 0;
#X obj 38 144 +;
#X msg 54 114 0;
#X connect 0 0 13 0;
#X connect 4 0 8 0;
#X connect 7 0 9 0;
#X connect 8 0 14 0;
#X connect 8 1 7 1;
#X connect 9 0 10 0;
#X connect 10 0 11 0;
#X connect 10 1 3 0;
#X connect 11 0 2 0;
#X connect 12 0 13 1;
#X connect 13 0 12 0;
#X connect 13 0 7 0;
#X connect 14 0 13 1;
|