示例#1
0
 def __init__(self, host='127.0.0.1', port=2222, latency=2.0):
     OSCClient.__init__(self)
     self.connect((host, port))
     self.latency = latency