changeset 407:c2d94c4fb810

dance2007 test configs
author drewp@bigasterisk.com
date Mon, 11 Jun 2007 00:58:58 +0000
parents 7f6d5f5916f1
children 2e8d1240ecf0
files show/dance2007/config.n3
diffstat 1 files changed, 8 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/show/dance2007/config.n3	Sun Jun 10 17:29:23 2007 +0000
+++ b/show/dance2007/config.n3	Mon Jun 11 00:58:58 2007 +0000
@@ -44,11 +44,15 @@
 @prefix dmx: <http://light9.bigasterisk.com/dmx/> .
 :Channel rdfs:comment "one value that light9 can control. The channel might output via dmx on some address." .
 
-ch:frontLeft a :Channel; rdfs:label "frontLeft"; :output dmx:c1 .
-ch:frontRight a :Channel; rdfs:label "frontRight"; :output dmx:c2 . 
+ch:frontLeft a :Channel; rdfs:label "frontLeft"; :output dmx:c1;
+  :previewLayer [ :path "lightsim/skyline/front-left.png" ] .
+ch:frontRight a :Channel; rdfs:label "frontRight"; :output dmx:c2;
+  :previewLayer [ :path "lightsim/skyline/front-right.png" ] . 
+
+ch:work a :Channel; rdfs:label "work"; :output dmx:c3;
+  :previewLayer [ :path "lightsim/skyline/bg.png" ] . 
 
 dmx:c1 :dmxAddress 1 .
 dmx:c2 :dmxAddress 2 .
+dmx:c3 :dmxAddress 3 .
 
-ch:frontLeft :previewLayer [ :path "lightsim/skyline/cyc-lo-red.png" ] .
-ch:frontRight :previewLayer [ :path "lightsim/skyline/cyc-lo-grn.png" ] .