Mercurial > code > home > repos > light9
view show/dance2014/networking.n3 @ 1415:edc17fdcaaf1
big rewrite of adjuster update code. origin & p3 adjusters kind of work. adj layout slightly works
Ignore-this: d8b55365cc1ebf43e76aec5fc9f5ec9e
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Fri, 10 Jun 2016 11:18:02 +0000 |
parents | d5e99fee786d |
children |
line wrap: on
line source
@prefix : <http://light9.bigasterisk.com/> . @prefix show: <http://light9.bigasterisk.com/show/> . @prefix sh: <http://light9.bigasterisk.com/show/dance2014/> . show:dance2014 :networking sh:netHome . sh:netHome :patchReceiverUpdateHost "localhost"; :curveCalc <http://dash:8060/>; :dmxServer <http://dash:8030/>; :dmxServerZmq <http://dash:8031/>; :effectEval <http://dash:8070/>; :keyboardComposer <http://dash:8050/>; :musicPlayer <http://dash:8040/>; :oscDmxServer <udp://dash:9050/>; :picamserve <http://10.2.0.3:8001/>; :rdfdb <http://localhost:8051/>; :subComposer <http://dash:8055/>; :subServer <http://dash:8052/>; :vidref <http://dash:8053/> . :curveCalc :urlPath "curveCalc" . :dmxServer :urlPath "dmxServer" . :effectEval :urlPath "effectEval" . :keyboardComposer :urlPath "keyboardComposer" . :musicPlayer :urlPath "ascoltami" . :picamserve :urlPath "picamserve" . :rdfdb :urlPath "rdfdb" . :subComposer :urlPath "subComposer" . :subServer :urlPath "subServer" . :vidref :urlPath "vidref" .