/usr/lib/pd/extra/zexy/time-help.pd is in pd-zexy 2.2.5-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 36 37 38 39 40 41 42 43 44 45 46 | #N canvas 0 31 408 358 10;
#X msg 71 174 bang;
#X floatatom 86 261 0 0 0 0 - - -;
#X floatatom 78 284 0 0 0 0 - - -;
#X floatatom 71 307 0 0 0 0 - - -;
#X obj 71 203 time;
#X floatatom 94 238 0 0 0 0 - - -;
#X text 151 241 msec;
#X text 152 263 sec;
#X text 153 284 min;
#X text 152 306 hours;
#X msg 219 175 bang;
#X floatatom 253 259 0 0 0 0 - - -;
#X floatatom 236 284 0 0 0 0 - - -;
#X floatatom 219 308 0 0 0 0 - - -;
#X floatatom 270 234 0 0 0 0 - - -;
#X obj 219 204 time GMT;
#X text 91 79 get the system time;
#X text 64 149 local;
#X text 222 152 GMT;
#X obj 73 27 time;
#X text 233 31 part of zexy;
#N canvas 427 125 494 344 META 0;
#X text 12 205 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 45 LICENSE GPL v2;
#X text 12 185 AUTHOR IOhannes m zmoelnig;
#X text 12 105 OUTLET_0 float;
#X text 12 65 DESCRIPTION get the system time;
#X text 12 25 KEYWORDS control;
#X text 12 85 INLET_0 bang;
#X text 12 125 OUTLET_1 float;
#X text 12 145 OUTLET_2 float;
#X text 12 165 OUTLET_3 float;
#X text 12 5 NAME time time_GMT;
#X restore 353 329 pd META;
#X connect 0 0 4 0;
#X connect 4 0 3 0;
#X connect 4 1 2 0;
#X connect 4 2 1 0;
#X connect 4 3 5 0;
#X connect 10 0 15 0;
#X connect 15 0 13 0;
#X connect 15 1 12 0;
#X connect 15 2 11 0;
#X connect 15 3 14 0;
|