Changeset - 58389a24e222
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 3 years ago 2022-06-03 06:35:47
drewp@bigasterisk.com
comment
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
light9/effect/sequencer/service.py
Show inline comments
 
@@ -52,13 +52,13 @@ def main():
 
    logging.getLogger('syncedgraph').setLevel(logging.INFO)
 
    logging.getLogger('sse_starlette.sse').setLevel(logging.INFO)
 

	
 
    async def send(settings: DeviceSettings):
 
        await sendToCollector('effectSequencer', session, settings)
 

	
 
    seq = Sequencer(graph, send)
 
    seq = Sequencer(graph, send)  # per-song timed notes
 
    faders = FaderEval(graph, send)  # bin/fade's untimed notes
 

	
 
    app = Starlette(
 
        debug=True,
 
        routes=[
 
            Route('/updates', endpoint=send_page_updates),
0 comments (0 inline, 0 general)