Mercurial > code > home > repos > light9
changeset 1630:2adbc27f77d3
theater config
Ignore-this: bb91223d90437a7f1e496f1d542fe8bb
author | drewp@bigasterisk.com |
---|---|
date | Sat, 10 Jun 2017 02:07:02 +0000 |
parents | 2fc0e726a3c3 |
children | 26bf3e911ac6 |
files | bin/collector show/dance2017/networking.n3 show/dance2017/theaterLightConfig.n3 |
diffstat | 3 files changed, 20 insertions(+), 20 deletions(-) [+] |
line wrap: on
line diff
--- a/bin/collector Sat Jun 10 02:06:30 2017 +0000 +++ b/bin/collector Sat Jun 10 02:07:02 2017 +0000 @@ -141,7 +141,7 @@ try: # todo: drive outputs with config files outputs = [ - #EnttecDmx(L9['output/dmx0/'], '/dev/dmx0', 80), + EnttecDmx(L9['output/dmx0/'], '/dev/dmx3', 80), Udmx(L9['output/udmx/'], 510), ] except Exception as e:
--- a/show/dance2017/networking.n3 Sat Jun 10 02:06:30 2017 +0000 +++ b/show/dance2017/networking.n3 Sat Jun 10 02:07:02 2017 +0000 @@ -4,23 +4,23 @@ show:dance2017 :networking sh:netHome . sh:netHome - :webServer <http://dash:8200/>; - :patchReceiverUpdateHost "dash"; - :captureDevice <http://dash:8215/>; - :curveCalc <http://dash:8201/>; - :collector <http://dash:8202/>; - :collectorZmq <http://dash:8203/>; - :effectEval <http://dash:8204/>; - :effectSequencer <http://dash:8213/>; - :keyboardComposer <http://dash:8205/>; - :musicPlayer <http://dash:8206/>; - :oscDmxServer <udp://dash:8207/>; - :paintServer <http://dash:8214/>; - :picamserve <http://10.1.0.127:8208/>; - :rdfdb <http://dash:8209/>; - :subComposer <http://dash:8210/>; - :subServer <http://dash:8211/>; - :vidref <http://dash:8212/> . + :webServer <http://plus:8200/>; + :patchReceiverUpdateHost "plus"; + :captureDevice <http://plus:8215/>; + :curveCalc <http://plus:8201/>; + :collector <http://plus:8202/>; + :collectorZmq <http://plus:8203/>; + :effectEval <http://plus:8204/>; + :effectSequencer <http://plus:8213/>; + :keyboardComposer <http://plus:8205/>; + :musicPlayer <http://plus:8206/>; + :oscDmxServer <udp://plus:8207/>; + :paintServer <http://plus:8214/>; + :picamserve <http://10.2.0.6:8208/>; + :rdfdb <http://plus:8209/>; + :subComposer <http://plus:8210/>; + :subServer <http://plus:8211/>; + :vidref <http://plus:8212/> . :captureDevice :urlPath "captureDevice" . :curveCalc :urlPath "curveCalc" .
--- a/show/dance2017/theaterLightConfig.n3 Sat Jun 10 02:06:30 2017 +0000 +++ b/show/dance2017/theaterLightConfig.n3 Sat Jun 10 02:07:02 2017 +0000 @@ -4,8 +4,8 @@ @prefix udmxB: <http://light9.bigasterisk.com/output/udmx/> . @prefix dmxA: <http://light9.bigasterisk.com/output/dmx0/> . -dev:colorStrip a :ChauvetColorStrip; rdfs:label "colorStrip"; :dmxUniverse udmxB:; :dmxBase 87 . -dev:moving1 a :Mini15; rdfs:label "moving1"; :dmxUniverse udmxB:; :dmxBase 4 . +#dev:colorStrip a :ChauvetColorStrip; rdfs:label "colorStrip"; :dmxUniverse udmxB:; :dmxBase 87 . +#dev:moving1 a :Mini15; rdfs:label "moving1"; :dmxUniverse udmxB:; :dmxBase 4 . dev:houseSide a :SimpleDimmer; rdfs:label "house-side"; :dmxUniverse dmxA:; :dmxBase 68 . dev:house1 a :SimpleDimmer; rdfs:label "house1"; :dmxUniverse dmxA:; :dmxBase 69 .