[PD-cvs] pd/doc/2.control.examples 03.connections.pd,1.1.1.1,1.2

Miller Puckette millerpuckette at users.sourceforge.net
Mon Sep 6 22:20:27 CEST 2004


Update of /cvsroot/pure-data/pd/doc/2.control.examples
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9652/doc/2.control.examples

Modified Files:
	03.connections.pd 
Log Message:
checking in version 0.38test5.

Oops, I realize I forgot some more nice files, will add them and re-commit.



Index: 03.connections.pd
===================================================================
RCS file: /cvsroot/pure-data/pd/doc/2.control.examples/03.connections.pd,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** 03.connections.pd	29 Jul 2002 17:06:03 -0000	1.1.1.1
--- 03.connections.pd	6 Sep 2004 20:20:25 -0000	1.2
***************
*** 1,18 ****
  #N canvas 185 28 660 552 12;
! #X floatatom 76 400 0 0 0;
! #X floatatom 189 401 0 0 0;
! #X floatatom 76 307 0 0 0;
! #X floatatom 553 161 0 0 0;
! #X floatatom 599 162 0 0 0;
  #X obj 553 135 +;
! #X floatatom 553 105 0 0 0;
  #X obj 599 136 +;
! #X text 114 16 In Pd \, most objects carry out their functions when
! they get messages in their rightmost inlets \, and their other inlets
! are for storing values that can modify the next action. Here \, the
! "+" object does its thing only when the left-hand input changes.;
! #X floatatom 26 109 0 0 0;
! #X floatatom 26 17 0 0 0;
! #X floatatom 48 41 0 0 0;
  #X obj 26 85 +;
  #X text 3 64 hot;
--- 1,14 ----
  #N canvas 185 28 660 552 12;
! #X floatatom 76 400 0 0 0 0 - - -;
! #X floatatom 189 401 0 0 0 0 - - -;
! #X floatatom 76 307 0 0 0 0 - - -;
! #X floatatom 553 161 0 0 0 0 - - -;
! #X floatatom 599 162 0 0 0 0 - - -;
  #X obj 553 135 +;
! #X floatatom 553 105 0 0 0 0 - - -;
  #X obj 599 136 +;
! #X floatatom 26 109 0 0 0 0 - - -;
! #X floatatom 26 17 0 0 0 0 - - -;
! #X floatatom 48 41 0 0 0 0 - - -;
  #X obj 26 85 +;
  #X text 3 64 hot;
***************
*** 41,45 ****
  all the data are in. There's an object that exists solely to allow
  you to control message order explicitly:;
! #X connect 2 0 22 0;
  #X connect 5 0 3 0;
  #X connect 6 0 7 0;
--- 37,45 ----
  all the data are in. There's an object that exists solely to allow
  you to control message order explicitly:;
! #X text 114 16 In Pd \, most objects carry out their functions when
! they get messages in their leftmost inlets \, and their other inlets
! are for storing values that can modify the next action. Here \, the
! "+" object does its thing only when the left-hand input changes.;
! #X connect 2 0 21 0;
  #X connect 5 0 3 0;
  #X connect 6 0 7 0;
***************
*** 48,58 ****
  #X connect 6 0 5 0;
  #X connect 7 0 4 0;
! #X connect 10 0 12 0;
! #X connect 11 0 12 1;
! #X connect 12 0 9 0;
! #X connect 18 0 0 0;
! #X connect 19 0 1 0;
! #X connect 22 0 18 0;
! #X connect 22 0 19 1;
! #X connect 22 1 18 1;
! #X connect 22 1 19 0;
--- 48,58 ----
  #X connect 6 0 5 0;
  #X connect 7 0 4 0;
! #X connect 9 0 11 0;
! #X connect 10 0 11 1;
! #X connect 11 0 8 0;
! #X connect 17 0 0 0;
! #X connect 18 0 1 0;
! #X connect 21 0 17 0;
! #X connect 21 0 18 1;
! #X connect 21 1 17 1;
! #X connect 21 1 18 0;





More information about the Pd-cvs mailing list