diff -r 1cdebfeb77f9 -r fc1ab0074e29 utils/pianoroll-client.py --- 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)