aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Northup <grissess@itl>2015-10-03 03:03:52 -0400
committerGraham Northup <grissess@itl>2015-10-03 03:03:52 -0400
commitc9b9f9d6871c2daa89a7d356160be8d607e77c6f (patch)
tree84bc977219933e52c7f41b5c48d6c90335ff32bc
parent19e84652664d3256e3e2f02fe48d524e7b25e36e (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 1e52f14..23fe5c8 100644
--- a/broadcast.py
+++ b/broadcast.py
@@ -334,10 +334,7 @@ for fname in args:
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: