[PD-cvs] externals/grill/py/scripts simple.py,1.4,1.5 threads.py,1.4,1.5

Thomas Grill xovo at users.sourceforge.net
Mon Jan 10 06:00:58 CET 2005


Update of /cvsroot/pure-data/externals/grill/py/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17461/scripts

Modified Files:
	simple.py threads.py 
Log Message:
closed multi-interpreter branch (no chance to have several interpreters in the same thread!)
other thread-related cleanups
py: added ability to choose function from message tag
enabled int-tags for pyext class methods


Index: simple.py
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/py/scripts/simple.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** simple.py	26 Mar 2004 03:27:49 -0000	1.4
--- simple.py	10 Jan 2005 05:00:56 -0000	1.5
***************
*** 84,87 ****
--- 84,90 ----
  		print "Bang into first inlet"
  
+ 	def int_1(self,f):
+ 		print "Integer",f,"into first inlet"
+ 
  	def float_1(self,f):
  		print "Float",f,"into first inlet"

Index: threads.py
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/py/scripts/threads.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** threads.py	4 Jan 2003 04:36:49 -0000	1.4
--- threads.py	10 Jan 2005 05:00:56 -0000	1.5
***************
*** 33,37 ****
  	_outlets=2
  
! 	sltime=0.2 # sleep time
  	loops=20   # loops to iterate
  
--- 33,37 ----
  	_outlets=2
  
! 	sltime=0.1 # sleep time
  	loops=20   # loops to iterate
  





More information about the Pd-cvs mailing list