diff bin/effecteval @ 1188:92ffad96fd8a

more error detail on bad expressions Ignore-this: 684cbe10927c70152bd280e3982028d8
author drewp@bigasterisk.com
date Sun, 15 Jun 2014 18:04:55 +0000
parents 102a456be7db
children 95dfce5c12ce
line wrap: on
line diff
--- a/bin/effecteval	Sun Jun 15 17:31:29 2014 +0000
+++ b/bin/effecteval	Sun Jun 15 18:04:55 2014 +0000
@@ -53,6 +53,7 @@
 
 @inlineCallbacks
 def insertEnvelopePoints(curve):
+    # wrong: we might not be adding to the currently-playing song.
     musicStatus = yield getMusicStatus()
     songTime=musicStatus['t']
     songDuration=musicStatus['duration']