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/05.connections.pd | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) (limited to 'doc/tutorials/intro/05.connections.pd') diff --git a/doc/tutorials/intro/05.connections.pd b/doc/tutorials/intro/05.connections.pd index 2da16bbe..9401b7cf 100644 --- a/doc/tutorials/intro/05.connections.pd +++ b/doc/tutorials/intro/05.connections.pd @@ -1,23 +1,26 @@ -#N canvas 100 133 652 445 12; -#X text 14 105 Pd patches are always running and changes take effect +#N canvas 576 160 660 453 12; +#X text 12 132 Pd patches are always running and changes take effect immediately.; #X floatatom 25 277 5 0 0 0 - - -; #X floatatom 25 341 5 0 0 0 - - -; -#X obj 24 165 tgl 30 0 empty empty start 2 15 1 12 -24198 -1 -1 0 1 +#X obj 24 179 tgl 30 0 empty empty start 2 15 1 12 -24198 -1 -1 1 1 ; -#X obj 24 209 metro 100; -#X obj 24 240 random 100; -#X text 70 169 <-- click here to start; +#X obj 24 221 metro 100; +#X obj 24 248 random 100; +#X text 70 183 <-- click here to start; #X text 66 299 connect by clicking on the outlet of the top number box \, then drag and drop on the inlet of the bottom number box; #X text 30 299 ^--; -#X text 39 375 Disconnect the cable by clicking on it to highlight -it \, then press the backspace key on your keyboard.; #X obj 8 10 cnv 15 400 40 empty empty connections 20 12 0 24 -228992 -66577 0; -#X text 15 66 Connections are always made from the inlet to the outlet -since that always the direction that the data flows.; -#X text 195 226 next \, make sure you are in edit mode; +#X text 195 238 next \, make sure you are in edit mode; +#X obj 39 418 pddp/pddplink http://crca.ucsd.edu/~msp/Pd_documentation/x2.htm#s2.6 +; +#X text 34 372 Disconnect the cable by clicking on it to highlight +it \, then press "backspace" on a PC \, or "delete" on a Mac.; +#X text 11 53 One path for objects to communicate is thru connections +\, called cords or cables. Connections are always made from the inlet +to the outlet since that is the direction data flows in Pd.; #X connect 3 0 4 0; #X connect 4 0 5 0; #X connect 5 0 1 0; -- cgit v1.2.1