Files @ 9eb2e7c40765
Branch filter:

Location: light9/bin/effectSequencer

drewp@bigasterisk.com
/fade/ page can now edit values and :Fade :effectClass values in the graph
1
2
3
4
5
#!/bin/sh
pnpx vite -c light9/effect/sequencer/web/vite.config.ts &
pdm run uvicorn light9.effect.sequencer.service:app --host 0.0.0.0 --port 8213 --no-access-log --reload
wait