[PD-cvs] doc/tutorials/intro 13.hot_and_cold_inlets.pd,1.1,1.2

Hans-Christoph Steiner eighthave at users.sourceforge.net
Fri Aug 17 18:11:40 CEST 2007


Update of /cvsroot/pure-data/doc/tutorials/intro
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20236

Modified Files:
	13.hot_and_cold_inlets.pd 
Log Message:
sized everything to fit on the standard page and cleaned up the text a bit

Index: 13.hot_and_cold_inlets.pd
===================================================================
RCS file: /cvsroot/pure-data/doc/tutorials/intro/13.hot_and_cold_inlets.pd,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** 13.hot_and_cold_inlets.pd	17 Aug 2007 00:14:26 -0000	1.1
--- 13.hot_and_cold_inlets.pd	17 Aug 2007 16:11:38 -0000	1.2
***************
*** 1,28 ****
! #N canvas 10 40 620 460 12;
! #X obj 19 252 +;
! #X floatatom 19 281 5 0 0 0 - - -;
! #X msg 19 188 1;
! #X msg 36 224 5;
  #X text 11 54 For most objects in Pd \, the leftmost inlet is the "hot"
  inlet. This means that it will output something whenever it receives
  data on the "hot" inlet.;
! #X text 75 224 2) click this and there will be no new output;
! #X obj 181 412 +;
! #X floatatom 181 441 5 0 0 0 - - -;
! #X msg 84 337 1;
! #X text 15 305 Try a number of different combinations to see for yourself:
  ;
! #X text 215 405 <-- "cold" inlet;
! #X text 29 405 "hot" inlet -->;
! #X msg 124 337 2;
! #X msg 164 337 3;
! #X msg 234 337 4;
! #X msg 274 337 5;
! #X msg 314 337 6;
! #X text 17 462 Notice that the number is stored in the "cold" inlet
! until you change it. For example \, if you click [4( \, then click
! [1( \, [2( \, and [3( \, you will see that 1 \, 2 \, and 3 are all
! added to 4;
! #X text 75 192 1) click this first \, and [+ ] immediately outputs
  a 1;
  #X obj 6 8 cnv 15 400 40 empty empty hot_and_cold_inlets 20 12 0 24
--- 1,24 ----
! #N canvas 10 40 624 464 12;
! #X obj 99 238 +;
! #X floatatom 99 267 5 0 0 0 - - -;
! #X msg 99 184 1;
! #X msg 117 215 5;
  #X text 11 54 For most objects in Pd \, the leftmost inlet is the "hot"
  inlet. This means that it will output something whenever it receives
  data on the "hot" inlet.;
! #X text 145 215 2) click this and there will be no new output;
! #X obj 181 350 +;
! #X floatatom 181 374 5 0 0 0 - - -;
! #X msg 84 315 1;
! #X text 15 291 Try a number of different combinations to see for yourself:
  ;
! #X text 215 343 <-- "cold" inlet;
! #X text 29 343 "hot" inlet -->;
! #X msg 124 315 2;
! #X msg 164 315 3;
! #X msg 234 315 4;
! #X msg 274 315 5;
! #X msg 314 315 6;
! #X text 145 184 1) click this first \, and [+ ] immediately outputs
  a 1;
  #X obj 6 8 cnv 15 400 40 empty empty hot_and_cold_inlets 20 12 0 24
***************
*** 32,36 ****
  \, the object with read the data from all the inlets and do its thing.
  ;
! #X text 75 256 3) now click the [1( message box;
  #X connect 0 0 1 0;
  #X connect 2 0 0 0;
--- 28,42 ----
  \, the object with read the data from all the inlets and do its thing.
  ;
! #X text 145 242 3) now click the [1( message box;
! #X obj 516 97 +;
! #X msg 534 73 1;
! #X msg 502 73 1;
! #X text 17 395 Notice that the number is stored in the "cold" inlet
! until you change it. For example \, if you click [4( \, then click
! [1( \, [2( \, and [3( \, you will see that 1 \, 2 \, and 3 are all
! added to 4;
! #X floatatom 516 120 5 0 0 0 - - -;
! #X obj 516 140 bng 15 250 50 0 empty empty empty 0 -6 0 10 -262144
! -1 -1;
  #X connect 0 0 1 0;
  #X connect 2 0 0 0;
***************
*** 43,44 ****
--- 49,54 ----
  #X connect 15 0 6 1;
  #X connect 16 0 6 1;
+ #X connect 21 0 25 0;
+ #X connect 22 0 21 1;
+ #X connect 23 0 21 0;
+ #X connect 25 0 26 0;





More information about the Pd-cvs mailing list