[PD-cvs] pd/src desire.tk,1.1.2.600.2.68,1.1.2.600.2.69

Mathieu Bouchard matju at users.sourceforge.net
Wed Dec 13 01:29:44 CET 2006


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8478

Modified Files:
      Tag: desiredata
	desire.tk 
Log Message:
update_object: ninlets,noutlets default to 0


Index: desire.tk
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.tk,v
retrieving revision 1.1.2.600.2.68
retrieving revision 1.1.2.600.2.69
diff -C2 -d -r1.1.2.600.2.68 -r1.1.2.600.2.69
*** desire.tk	12 Dec 2006 23:21:02 -0000	1.1.2.600.2.68
--- desire.tk	13 Dec 2006 00:29:40 -0000	1.1.2.600.2.69
***************
*** 4386,4390 ****
  #set paste(count2) 0
  
! proc update_object {self e ninlets noutlets} {
  	foreach mess [pd_mess_split $e] {update_object_2 $self $mess}
  	#the server ought to take care of this:
--- 4386,4390 ----
  #set paste(count2) 0
  
! proc update_object {self e {ninlets 0} {noutlets 0}} {
  	foreach mess [pd_mess_split $e] {update_object_2 $self $mess}
  	#the server ought to take care of this:





More information about the Pd-cvs mailing list