/usr/lib/pd/extra/rtc/anti-osc.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 435 142 681 406 10;
#X obj 167 267 outlet;
#X obj 107 266 outlet;
#X obj 107 57 inlet;
#X obj 218 176 int;
#X obj 216 150 t a b;
#X obj 107 110 int;
#X obj 107 132 ==;
#X obj 107 160 select 0 1;
#X obj 107 214 t a a;
#X obj 107 86 t a a;
#X obj 107 195 int;
#X obj 167 243 delay;
#X text 231 247 delay is necessary to come out of the depth-first message
passing;
#X connect 2 0 9 0;
#X connect 3 0 6 1;
#X connect 4 0 3 1;
#X connect 4 1 3 0;
#X connect 5 0 6 0;
#X connect 6 0 7 0;
#X connect 7 0 10 0;
#X connect 7 1 11 0;
#X connect 8 0 1 0;
#X connect 8 1 4 0;
#X connect 9 0 5 0;
#X connect 9 1 10 1;
#X connect 10 0 8 0;
#X connect 11 0 0 0;
|