aboutsummaryrefslogtreecommitdiff
path: root/examples/date.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-03-22 20:58:25 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-03-22 20:58:25 +0000
commit2b60d55c919e7588f5aff15936e83c300b3660bb (patch)
tree14d860de7f28083d3756ad91b627de70f26788f6 /examples/date.pd
parentc500bc542cb7cc78d6dac3f7da3bff626056b1aa (diff)
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
Diffstat (limited to 'examples/date.pd')
-rw-r--r--examples/date.pd5
1 files changed, 3 insertions, 2 deletions
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;