From 2b60d55c919e7588f5aff15936e83c300b3660bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 22 Mar 2005 20:58:25 +0000 Subject: zexy-2.0: - use of abstractions for objects that allow it - some objects are build both as externals and abstractions (as slower fallbacks) - code-layout is now 1:1 c-file<->object (this should allow for building of zexy as a collection of externals instead as a big library) - matrix-objects have moved to iemmatrix !! svn path=/trunk/externals/zexy/; revision=2641 --- examples/time.pd | 63 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 32 insertions(+), 31 deletions(-) (limited to 'examples/time.pd') diff --git a/examples/time.pd b/examples/time.pd index e179e13..9ee8c09 100644 --- a/examples/time.pd +++ b/examples/time.pd @@ -1,31 +1,32 @@ -#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; +#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; -- cgit v1.2.1