[PD-cvs] pd/src desire.tk,1.1.2.600.2.81,1.1.2.600.2.82

chunlee chunlee at users.sourceforge.net
Thu Dec 14 05:41:50 CET 2006


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

Modified Files:
      Tag: desiredata
	desire.tk 
Log Message:
def SymbolBox motion {x y f target} {}


Index: desire.tk
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.tk,v
retrieving revision 1.1.2.600.2.81
retrieving revision 1.1.2.600.2.82
diff -C2 -d -r1.1.2.600.2.81 -r1.1.2.600.2.82
*** desire.tk	14 Dec 2006 04:39:52 -0000	1.1.2.600.2.81
--- desire.tk	14 Dec 2006 04:41:46 -0000	1.1.2.600.2.82
***************
*** 229,233 ****
  	} else {set future($obj) $replyset($n)}
  	array unset replyset $n
- 	puts "   [info exists replyset($n)]   exists? -----------"
  }
  
--- 229,232 ----
***************
*** 4846,4850 ****
  	netsend [list .$self float [expr {0+$@text}]] ;# noserial
  }
! 
  class_new NumBox {Labeled AtomBox}
  def NumBox popup_properties {} {IEMPropertiesDialog new $self}
--- 4845,4849 ----
  	netsend [list .$self float [expr {0+$@text}]] ;# noserial
  }
! def SymbolBox motion {x y f target} {}
  class_new NumBox {Labeled AtomBox}
  def NumBox popup_properties {} {IEMPropertiesDialog new $self}





More information about the Pd-cvs mailing list