/usr/lib/pd/extra/rtc/periodic.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 30 31 32 33 34 35 | #N canvas 63 44 501 317 10;
#X obj 30 48 r RTC-rs;
#X floatatom 30 98 0 0 0 0 - - -;
#X msg 30 118 seed \$1;
#X obj 103 118 first-bang;
#X obj 136 77 t b b b;
#X obj 136 46 inlet;
#X obj 276 41 inlet;
#X text 389 77 reset;
#X obj 235 46 inlet;
#X obj 179 118 pass 50;
#X text 188 229 1995-98 by Karlheinz
Essl;
#X obj 158 229 outlet;
#X obj 158 195 int;
#X text 188 243 vs. 1.1;
#X obj 179 157 random \$1;
#X obj 276 91 per2pass \$2;
#X obj 276 61 t a b;
#X connect 0 0 1 0;
#X connect 1 0 2 0;
#X connect 2 0 14 0;
#X connect 3 0 14 0;
#X connect 4 0 3 0;
#X connect 4 1 12 0;
#X connect 4 2 9 0;
#X connect 5 0 4 0;
#X connect 6 0 16 0;
#X connect 8 0 14 1;
#X connect 9 0 14 0;
#X connect 12 0 11 0;
#X connect 14 0 12 1;
#X connect 15 0 9 1;
#X connect 16 0 15 0;
#X connect 16 1 3 1;
|