aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Northup <grissess@itl>2015-10-03 03:03:52 -0400
committerGrissess <grissess@nexusg.org>2015-12-17 05:01:43 -0500
commit4b4962090222e96c4d3f689c2a501288c579d92c (patch)
treeeea16432c7ed104ad2d9010f55e546293839997c
parentda2a7795f54a9e5a4d0bb82a3e43a8114b5ac2e3 (diff)
Oops (indentation woes)
-rw-r--r--broadcast.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/broadcast.py b/broadcast.py
index 337efaa..375528c 100644
--- a/broadcast.py
+++ b/broadcast.py
@@ -348,10 +348,7 @@ class NSThread(threading.Thread):
print (time.time() - BASETIME), cl, ': PLAY', pitch, dur, vel
self.wait_for(dur - ((time.time() - BASETIME) - factor*ttime))
if options.verbose:
- print (time.time() - BASETIME), cl, ': PLAY', pitch, dur, vel
- self.wait_for(dur - ((time.time() - BASETIME) - factor*ttime))
- if options.verbose:
- print '% 6.5f'%(time.time() - BASETIME,), cl, ': DONE'
+ print '% 6.5f'%(time.time() - BASETIME,), cl, ': DONE'
threads = []
for ns in notestreams: