[PD-cvs] doc/additional/messageoddness print_oddness.pd,1.1,1.2

Hans-Christoph Steiner eighthave at users.sourceforge.net
Wed Aug 9 02:37:39 CEST 2006


Update of /cvsroot/pure-data/doc/additional/messageoddness
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2382

Modified Files:
	print_oddness.pd 
Log Message:
laid out examples of potentially unexpected [print] behavior

Index: print_oddness.pd
===================================================================
RCS file: /cvsroot/pure-data/doc/additional/messageoddness/print_oddness.pd,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** print_oddness.pd	3 Feb 2006 21:45:45 -0000	1.1
--- print_oddness.pd	9 Aug 2006 00:37:37 -0000	1.2
***************
*** 1,9 ****
! #N canvas 0 22 454 304 10;
! #X obj 216 156 print;
! #X msg 168 84 symbol 5;
! #X obj 255 122 symbol;
! #X msg 253 83 5;
! #X text 60 37 neither one outputs what you might expect;
  #X connect 1 0 0 0;
  #X connect 2 0 0 0;
! #X connect 3 0 2 0;
--- 1,26 ----
! #N canvas 259 51 474 426 10;
! #X obj 178 130 print;
! #X msg 175 51 1 2 3;
! #X msg 189 75 list 1 2 3;
! #X msg 202 103 list one 2 three;
! #X text 27 12 [print] automatically converts lists that start with
! a a numeric atom into a list with an implied selector:;
! #X obj 178 270 print;
! #X msg 175 191 list word;
! #X msg 189 215 symbol word;
! #X msg 202 243 word;
! #X text 27 152 [print] automatically converts lists with one symbolic
! atom into a symbol message:;
! #X obj 178 400 print;
! #X msg 175 331 1;
! #X msg 189 355 float 4;
! #X text 27 292 [print] automatically converts all floats to a numeric
! atom with an implied float selector:;
  #X connect 1 0 0 0;
  #X connect 2 0 0 0;
! #X connect 3 0 0 0;
! #X connect 6 0 5 0;
! #X connect 7 0 5 0;
! #X connect 8 0 5 0;
! #X connect 11 0 10 0;
! #X connect 12 0 10 0;





More information about the Pd-cvs mailing list