/usr/lib/pd/extra/rtc/note2cents.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 | #N canvas 50 61 238 271 10;
#X obj 41 188 outlet;
#X obj 96 188 outlet;
#X obj 41 43 inlet;
#X obj 41 90 int;
#X obj 96 90 * 100;
#X obj 96 121 round;
#X obj 96 153 % 100;
#X text 39 215 1994 by Karlheinz
Essl;
#X obj 41 64 t a a;
#X connect 2 0 8 0;
#X connect 3 0 0 0;
#X connect 4 0 5 0;
#X connect 5 0 6 0;
#X connect 6 0 1 0;
#X connect 8 0 3 0;
#X connect 8 1 4 0;
|