diff options
-rw-r--r-- | doc/tutorials/intro/07.messages.pd | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/tutorials/intro/07.messages.pd b/doc/tutorials/intro/07.messages.pd index 23a8eeb3..d3c8fa8a 100644 --- a/doc/tutorials/intro/07.messages.pd +++ b/doc/tutorials/intro/07.messages.pd @@ -6,7 +6,7 @@ #X floatatom 111 306 5 0 0 0 - - -; #X text 183 161 <-- messages -->; #X text 187 250 <-- objects -->; -#X obj 251 434 pddp/pddplink http://crca.ucsd.edu/~msp/Pd_documentation/x2.htm#s3 +#X obj 201 434 pddp/pddplink http://crca.ucsd.edu/~msp/Pd_documentation/x2.htm#s3 ; #X text 20 64 Objects respond to messages received on their inlets \, and output messages on their outlets. These messages can be anything @@ -16,7 +16,7 @@ from data to commands.; #X text 19 341 All communication within Pd is in the form of messages \, including when the user is controlling the program.; #X msg 123 189 2; -#X text 219 415 For more info:; +#X text 169 415 For more info:; #X obj 424 250 readsf~; #X obj 424 282 dac~; #X msg 437 189 1; @@ -30,6 +30,8 @@ from data to commands.; #X obj 8 249 print; #X msg 9 161 word; #X msg 23 189 another; +#X obj 527 250 send pd; +#X msg 527 189 dsp 1; #X connect 1 0 3 0; #X connect 2 0 1 0; #X connect 11 0 1 0; @@ -42,3 +44,4 @@ from data to commands.; #X connect 21 0 18 0; #X connect 23 0 22 0; #X connect 24 0 22 0; +#X connect 26 0 25 0; |