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/date.pd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'examples/date.pd') diff --git a/examples/date.pd b/examples/date.pd index 96ef8ca..b3cdeb2 100644 --- a/examples/date.pd +++ b/examples/date.pd @@ -1,4 +1,4 @@ -#N canvas 253 26 421 483 10; +#N canvas 683 311 421 483 10; #X obj 71 203 date; #X msg 71 174 bang; #X floatatom 94 350 0 0 0 0 - - -; @@ -14,7 +14,7 @@ #X text 175 373 month; #X text 179 399 year; #X text 70 151 local; -#X text 284 151 GMT; +#X text 294 153 GMT; #X floatatom 124 240 0 0 0 0 - - -; #X floatatom 112 264 0 0 0 0 - - -; #X floatatom 101 291 0 0 0 0 - - -; @@ -25,6 +25,7 @@ #X text 179 267 day of year; #X text 180 293 day of week; #X text 180 349 day of month; +#X text 316 6 part of zexy; #X connect 0 0 4 0; #X connect 0 1 3 0; #X connect 0 2 2 0; -- cgit v1.2.1