Changeset - 64db0e6b2be9
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 7 years ago 2018-06-03 18:46:36
drewp@bigasterisk.com
dmx max framerate for all channels is 44fps
Ignore-this: 26578334ccb0080435932c17afab4caf
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
light9/effect/sequencer.py
Show inline comments
 
@@ -160,15 +160,15 @@ class CodeWatcher(object):
 
        # in case we got an event at the start of the write
 
        reactor.callLater(.1, go) 
 
    
 
        
 

	
 
class Sequencer(object):
 
    def __init__(self, graph, sendToCollector, fps=30):
 
    def __init__(self, graph, sendToCollector, fps=40):
 
        self.graph = graph
 
        self.fps = 60
 
        self.fps = fps
 
        self.sendToCollector = sendToCollector
 
        self.music = MusicTime(period=.2, pollCurvecalc=False)
 

	
 
        self.recentUpdateTimes = []
 
        self.lastStatLog = 0
 
        self._compileGraphCall = None
0 comments (0 inline, 0 general)