aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-05-12 17:02:12 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 13:53:22 +0200
commita12419cd172be9f0f0cf287574a4451fe998f0fa (patch)
tree4e681e66dcdd2a9dda73904dece6d2f43175bd63
parent3f5e3d93efd59df0d962848de51888f5a1ff4164 (diff)
documented [set( message
svn path=/trunk/externals/maxlib/; revision=13514
-rw-r--r--timebang-help.pd49
1 files changed, 32 insertions, 17 deletions
diff --git a/timebang-help.pd b/timebang-help.pd
index 1db5058..150fab7 100644
--- a/timebang-help.pd
+++ b/timebang-help.pd
@@ -1,17 +1,32 @@
-#N canvas 207 138 549 342 12;
-#X obj 29 242 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
--1;
-#X obj 29 295 print good morning;
-#X obj 29 202 timebang 7 10 13 19 47 50;
-#X obj 224 235 print good night;
-#X text 32 13 timebang :: send out bangs at given times of day;
-#X text 130 34 written by Olaf Matthes <olaf.matthes@gmx.de>;
-#X text 31 119 creation arguments: triples of hour minute and second
-for;
-#X text 191 137 the times of day you want a bang to occur;
-#X text 191 156 each time will get it's own outlet;
-#X text 184 297 this gets banged at 7:10:13 in the morning;
-#X text 224 257 this gets banged at 19:47:50;
-#X connect 0 0 1 0;
-#X connect 2 0 0 0;
-#X connect 2 1 3 0;
+#N canvas 208 34 570 497 12;
+#X obj 29 232 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
+-1;
+#X text 32 13 timebang :: send out bangs at given times of day;
+#X text 130 34 written by Olaf Matthes <olaf.matthes@gmx.de>;
+#X text 31 69 creation arguments: triples of hour minute and second
+for;
+#X text 191 87 the times of day you want a bang to occur;
+#X text 191 106 each time will get it's own outlet;
+#X msg 29 160 set 12 57 10;
+#X obj 29 352 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
+-1;
+#X obj 29 395 print good morning;
+#X obj 29 322 timebang 7 10 13 19 47 50;
+#X obj 224 355 print good night;
+#X text 184 397 this gets banged at 7:10:13 in the morning;
+#X text 224 377 this gets banged at 19:47:50;
+#X obj 29 202 timebang 12 57 10;
+#X text 184 267 this gets banged at 12:57:10;
+#X obj 29 265 print it is time!;
+#X text 143 159 <-- you can set with a message;
+#X text 39 431 The number of times have to match in the [set( message
+and the object arguments. So if there are two times set in the arguments
+\, the [set( message also needs two sets of times.;
+#X msg 29 296 set 9 10 54 21 43 33;
+#X connect 0 0 15 0;
+#X connect 6 0 13 0;
+#X connect 7 0 8 0;
+#X connect 9 0 7 0;
+#X connect 9 1 10 0;
+#X connect 13 0 0 0;
+#X connect 18 0 9 0;