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

Hans-Christoph Steiner eighthave at users.sourceforge.net
Sat Dec 1 22:29:01 CET 2007


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

Modified Files:
	list_must_have_2_or_more_elements.pd 
Log Message:
added examples of disagreement of the definition of 0 and 1 element lists

Index: list_must_have_2_or_more_elements.pd
===================================================================
RCS file: /cvsroot/pure-data/doc/additional/messageoddness/list_must_have_2_or_more_elements.pd,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** list_must_have_2_or_more_elements.pd	6 Feb 2006 01:32:20 -0000	1.1
--- list_must_have_2_or_more_elements.pd	1 Dec 2007 21:28:59 -0000	1.2
***************
*** 1,3 ****
! #N canvas 0 22 454 304 10;
  #X floatatom 243 167 5 0 0 0 - - -;
  #X symbolatom 291 166 10 0 0 0 - - -;
--- 1,3 ----
! #N canvas 119 484 463 507 10;
  #X floatatom 243 167 5 0 0 0 - - -;
  #X symbolatom 291 166 10 0 0 0 - - -;
***************
*** 28,31 ****
--- 28,45 ----
  forget! A series whose element is a float has an implied "list" selector!)
  ;
+ #X obj 123 373 select;
+ #X msg 157 343 list;
+ #X msg 122 344 bang;
+ #X msg 247 343 list;
+ #X msg 212 344 bang;
+ #X obj 213 373 print;
+ #X msg 73 429 3;
+ #X msg 106 428 list 3;
+ #X obj 59 471 *;
+ #X msg 223 429 3;
+ #X msg 256 428 list 3;
+ #X obj 208 470 *~;
+ #X text 19 311 These two disagree about 0 element lists:;
+ #X text 19 401 These two disagree about 1 element lists:;
  #X connect 0 0 4 0;
  #X connect 1 0 5 0;
***************
*** 44,45 ****
--- 58,67 ----
  #X connect 12 0 14 0;
  #X connect 13 0 15 0;
+ #X connect 18 0 17 1;
+ #X connect 19 0 17 1;
+ #X connect 20 0 22 0;
+ #X connect 21 0 22 0;
+ #X connect 23 0 25 1;
+ #X connect 24 0 25 1;
+ #X connect 26 0 28 1;
+ #X connect 27 0 28 1;





More information about the Pd-cvs mailing list