aboutsummaryrefslogtreecommitdiff
path: root/doc/pddp/all_about_send_n_receive.pd
diff options
context:
space:
mode:
authorJonathan Wilkes <jancsika1@users.sourceforge.net>2010-12-13 09:35:05 +0000
committerJonathan Wilkes <jancsika1@users.sourceforge.net>2010-12-13 09:35:05 +0000
commit398c52f97852b584d7b7f81a4b0bf8c1a961acbb (patch)
tree9473771a733cc2d0b3de9496a9801744313edc75 /doc/pddp/all_about_send_n_receive.pd
parent3ff88b68bf83b0ba801ec340edee6fb240b46465 (diff)
made some minor clarifications about data types and messages in Pd
svn path=/trunk/; revision=14624
Diffstat (limited to 'doc/pddp/all_about_send_n_receive.pd')
-rw-r--r--doc/pddp/all_about_send_n_receive.pd12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/pddp/all_about_send_n_receive.pd b/doc/pddp/all_about_send_n_receive.pd
index 48f6bdc6..0ff547ac 100644
--- a/doc/pddp/all_about_send_n_receive.pd
+++ b/doc/pddp/all_about_send_n_receive.pd
@@ -47,21 +47,21 @@ far beyond the scope of a single patch.;
#X obj 16 262 send one_send;
#X obj 16 306 receive one_send;
#X obj 19 244 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144
--1 -1 0 0;
+-1 -1 3800 0;
#X obj 153 262 send one_send;
#X obj 156 244 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144
--1 -1 0 0;
+-1 -1 1200 0;
#X obj 291 262 send one_send;
#X obj 294 244 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144
--1 -1 0 0;
+-1 -1 3200 0;
#X obj 19 327 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144
--1 -1 0 1;
+-1 -1 3200 1;
#X obj 153 306 receive one_send;
#X obj 156 327 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144
--1 -1 0 1;
+-1 -1 3200 1;
#X obj 291 306 receive one_send;
#X obj 294 327 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144
--1 -1 0 1;
+-1 -1 3200 1;
#X text 17 289 All [receive]s of the same name will receive the "messages":
;
#X text 17 224 You can have multiple [send]s with the same name:;