aboutsummaryrefslogtreecommitdiff
path: root/examples/time.pd
blob: 9ee8c09beae688d234fb7c70fe18086350a959c7 (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
32
#N canvas 613 398 421 378 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;
#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;