changeset 2 | fc1ab0074e29 |
parent 0 | e1d4d7a8255a |
child 21 | 89d235bcbbf3 |
--- a/utils/pianoroll-client.py Wed Oct 08 18:08:52 2014 +0200 +++ b/utils/pianoroll-client.py Thu Oct 09 08:44:36 2014 +0200 @@ -40,7 +40,6 @@ time.sleep((row_conv[1].value-tc)/10**3) tc = row_conv[1].value self._send(osc.Message(self.address,*row_conv)) - break print("Goodbye.") reactor.callLater(0.1, reactor.stop)