Changeset - 16e68041e675
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 10 years ago 2015-06-13 21:54:24
drewp@bigasterisk.com
debug on effectloop
Ignore-this: ae4c2f6b391b9bc98bf7a0e10b0e986c
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
light9/effecteval/effectloop.py
Show inline comments
 
@@ -113,10 +113,13 @@ class EffectLoop(object):
 
        try:
 
            with self.stats.sendLevels.time():
 
                if self.currentSong is not None:
 
                    log.debug('allEffectOutputs')
 
                    with self.stats.evals.time():
 
                        outputs = self.allEffectOutputs(self.estimatedSongTime())
 
                    log.debug('combineOutputs')
 
                    combined = self.combineOutputs(outputs)
 
                    self.logLevels(t1, combined)
 
                    log.debug('sendOutput')
 
                    with self.stats.sendOutput.time():
 
                        yield self.sendOutput(combined)
 
                
0 comments (0 inline, 0 general)