Files
@ 0761cdd5bff0
Branch filter:
Location: light9/show/dance2022/networking.n3 - annotation
0761cdd5bff0
1.7 KiB
text/plain
fix delay on setting midi, so it doesn't grab faders when you're sliding them
0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 0cc39aa3baf8 | @prefix : <http://light9.bigasterisk.com/> .
@prefix show: <http://light9.bigasterisk.com/show/> .
@prefix sh: <http://light9.bigasterisk.com/show/dance2022/> .
# Use ip addrs in here to avoid an issue where nginx returns 502
# errors for ~10sec after a service (re)starts. I haven't found a fix
# for that in the nginx config.
show:dance2022 :networking sh:netHome .
sh:netHome
:captureDevice <http://localhost:8215/>;
:effectEval <http://localhost:8204/>;
:effectSequencer <http://localhost:8213/>;
:keyboardComposer <http://localhost:8205/>;
:musicPlayer <http://localhost:8206/>;
:paintServer <http://localhost:8214/>;
:rdfdb <http://localhost:8209/>;
:subServer <http://localhost:8211/>;
:vidref <http://localhost:8212/>;
:webServer <http://localhost:8200/>;
:timeline <http://localhost:8216/>;
:live <http://localhost:8217/>;
:effectListing <http://localhost:8218/>;
:fade <http://localhost:8219/>;
:collector <http://localhost:8202/>;
:collectorZmq <http://localhost:8203/> .
:captureDevice :urlPath "captureDevice" .
:collector :urlPath "collector" .
:dmxServer :urlPath "dmxServer" .
:effectEval :urlPath "effectEval" .
:effectSequencer :urlPath "effectSequencer" .
:keyboardComposer :urlPath "keyboardComposer" .
:musicPlayer :urlPath "ascoltami" .
:paintServer :urlPath "paintServer" .
:rdfdb :urlPath "rdfdb" .
:subServer :urlPath "subServer" .
:vidref :urlPath "vidref" .
:timeline :urlPath "timeline" .
:live :urlPath "live" .
:effectListing :urlPath "effectListing" .
:fade :urlPath "fade" .
|