Update of /cvsroot/pure-data/externals/grill/py/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv3396/scripts
Modified Files: sendrecv.py Log Message: ""
Index: sendrecv.py =================================================================== RCS file: /cvsroot/pure-data/externals/grill/py/scripts/sendrecv.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** sendrecv.py 4 Jan 2003 04:36:49 -0000 1.3 --- sendrecv.py 20 Oct 2003 02:38:10 -0000 1.4 *************** *** 78,82 **** # you can but you don't need to # unbinding is automatically done at destruction ! # you can also comment the _unbind lines self._unbind(self.recvname,self.recv) self._unbind(self.recvname,recv_gl) --- 78,82 ---- # you can but you don't need to # unbinding is automatically done at destruction ! # you can also comment out the _unbind lines self._unbind(self.recvname,self.recv) self._unbind(self.recvname,recv_gl) *************** *** 119,123 **** #################################################################
! from math import sin,cos,pi from cmath import exp from random import random,randint --- 119,123 ---- #################################################################
! from math import pi from cmath import exp from random import random,randint *************** *** 135,140 ****
# called scripting method should run on its own thread ! self._detach(1) !
def bang_1(self): --- 135,141 ----
# called scripting method should run on its own thread ! if self._isthreaded(): ! print "Threading is on" ! self._detach(1)
def bang_1(self):