/usr/lib/pd/extra/rtc/ratio2intv.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 | #N canvas 314 128 730 362 10;
#X obj 35 62 inlet;
#X obj 35 271 outlet;
#X text 96 305 1994 by Karlheinz Essl;
#X text 530 140 < 12 / ln (2);
#X text 321 139 [expr log ($f1) * 17.3123];
#X text 326 118 Was:;
#X msg 95 101 12;
#X obj 95 126 t a b;
#X obj 127 175 log;
#X msg 127 148 2;
#X obj 35 123 log;
#X obj 95 78 loadbang;
#X obj 95 198 /;
#X obj 35 225 * 17.3123;
#X connect 0 0 10 0;
#X connect 6 0 7 0;
#X connect 7 0 12 0;
#X connect 7 1 9 0;
#X connect 8 0 12 1;
#X connect 9 0 8 0;
#X connect 10 0 13 0;
#X connect 11 0 6 0;
#X connect 12 0 13 1;
#X connect 13 0 1 0;
|