From 54d61372a2c35f43df7ac398da1a5d7bd37da857 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 13 Apr 2006 05:04:52 +0000 Subject: got the start of a good intro tutorial, but its lacking some good, simple exercises svn path=/trunk/; revision=4897 --- doc/tutorials/intro/06.messages.pd | 42 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 doc/tutorials/intro/06.messages.pd (limited to 'doc/tutorials/intro/06.messages.pd') diff --git a/doc/tutorials/intro/06.messages.pd b/doc/tutorials/intro/06.messages.pd new file mode 100644 index 00000000..650f6ded --- /dev/null +++ b/doc/tutorials/intro/06.messages.pd @@ -0,0 +1,42 @@ +#N canvas 364 149 628 453 12; +#X obj 10 10 cnv 15 400 40 empty empty messages 20 12 0 24 -228992 +-66577 0; +#X msg 354 162 say hello; +#N canvas 0 22 466 316 myObject 0; +#X obj 70 24 inlet; +#X obj 68 243 outlet; +#X obj 76 86 route say; +#X obj 167 125 bang; +#X obj 57 130 symbol; +#X msg 167 152 symbol ?#$%!@$^!; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 3 0; +#X connect 3 0 5 0; +#X connect 4 0 1 0; +#X connect 5 0 1 0; +#X restore 354 250 pd myObject; +#X symbolatom 355 306 10 0 0 0 - - -; +#X obj 132 249 + 1; +#X msg 131 161 1; +#X floatatom 131 306 5 0 0 0 - - -; +#X text 183 161 <-- messages -->; +#X text 187 250 <-- objects -->; +#X msg 370 197 do as I say!; +#X obj 51 414 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 +from data to commands.; +#X text 124 128 data; +#X text 359 127 commands; +#X text 18 394 For more on messages:; +#X text 19 341 All communication within Pd is in the form of messages +\, including when the user is controlling the program.; +#X msg 143 189 2; +#X connect 1 0 2 0; +#X connect 2 0 3 0; +#X connect 4 0 6 0; +#X connect 5 0 4 0; +#X connect 9 0 2 0; +#X connect 16 0 4 0; -- cgit v1.2.1