aboutsummaryrefslogtreecommitdiff
path: root/examples/time.pd
blob: e179e13e8c06b31288b07ac491b455634c228a82 (plain)
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
#N canvas 253 26 421 378 10;
#X msg 71 174 bang;
#X floatatom 86 261;
#X floatatom 78 284;
#X floatatom 71 307;
#X obj 71 203 time;
#X floatatom 94 238;
#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;
#X floatatom 236 284;
#X floatatom 219 308;
#X floatatom 270 234;
#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 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;