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
 
@@ -163,9 +163,9 @@ class CodeWatcher(object):
 
        
 

	
 
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)
 

	
0 comments (0 inline, 0 general)