Mercurial > code > home > repos > light9
changeset 450:f6ca2b2fa154
72 dimmers, split up house lights
author | drewp@bigasterisk.com |
---|---|
date | Sat, 14 Jun 2008 16:34:57 +0000 |
parents | 9ec478661d53 |
children | 8b14ee324ab5 |
files | bin/subcomposer light9/dmxchanedit.py show/dance2008/patch-source.n3 show/dance2008/subs/house show/dance2008/subs/house-side |
diffstat | 5 files changed, 26 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/bin/subcomposer Sat Jun 14 06:56:44 2008 +0000 +++ b/bin/subcomposer Sat Jun 14 16:34:57 2008 +0000 @@ -14,7 +14,7 @@ from light9 import dmxclient, Patch, Submaster class Subcomposer(tk.Frame): - def __init__(self, master, levelboxopts=None, dmxdummy=0, numchannels=68, + def __init__(self, master, levelboxopts=None, dmxdummy=0, numchannels=72, use_persistentlevels=0): tk.Frame.__init__(self, master, bg='black') self.dmxdummy = dmxdummy
--- a/light9/dmxchanedit.py Sat Jun 14 06:56:44 2008 +0000 +++ b/light9/dmxchanedit.py Sat Jun 14 16:34:57 2008 +0000 @@ -123,7 +123,7 @@ tk.Frame.__init__(self,parent) self.levels = [] # Onelevel objects - rows = 35 + rows = 37 frames = [make_frame(self) for x in range((num_channels // rows) + 1)] for channel in range(1, num_channels+1):
--- a/show/dance2008/patch-source.n3 Sat Jun 14 06:56:44 2008 +0000 +++ b/show/dance2008/patch-source.n3 Sat Jun 14 16:34:57 2008 +0000 @@ -70,6 +70,9 @@ [ :name "cyc-mid"; :output dmx:c42 ] . [ :name "cyc"; :output dmx:c44 ] . -[ :name "house"; :output dmx:c68 ] . +[ :name "house-side"; :output dmx:c68 ] . +[ :name "house1"; :output dmx:c69 ] . +[ :name "house4"; :output dmx:c70 ] . +[ :name "house3"; :output dmx:c71 ] . +[ :name "house2"; :output dmx:c72 ] . -
--- a/show/dance2008/subs/house Sat Jun 14 06:56:44 2008 +0000 +++ b/show/dance2008/subs/house Sat Jun 14 16:34:57 2008 +0000 @@ -1,4 +1,16 @@ -<http://light9.bigasterisk.com/sub/house> <http://light9.bigasterisk.com/lightLevel> _:jYuUgATG25. +_:TxVYQPeu53 <http://light9.bigasterisk.com/level> "1"^^<http://www.w3.org/2001/XMLSchema#decimal>. +_:TxVYQPeu53 <http://light9.bigasterisk.com/channel> <http://light9.bigasterisk.com/theater/piedmont/channel/house1>. +_:TxVYQPeu52 <http://light9.bigasterisk.com/level> "1"^^<http://www.w3.org/2001/XMLSchema#decimal>. +_:TxVYQPeu52 <http://light9.bigasterisk.com/channel> <http://light9.bigasterisk.com/theater/piedmont/channel/house-side>. +_:TxVYQPeu50 <http://light9.bigasterisk.com/level> "1"^^<http://www.w3.org/2001/XMLSchema#decimal>. +_:TxVYQPeu50 <http://light9.bigasterisk.com/channel> <http://light9.bigasterisk.com/theater/piedmont/channel/house2>. <http://light9.bigasterisk.com/sub/house> <http://www.w3.org/2000/01/rdf-schema#label> "house". -_:jYuUgATG25 <http://light9.bigasterisk.com/level> "1"^^<http://www.w3.org/2001/XMLSchema#decimal>. -_:jYuUgATG25 <http://light9.bigasterisk.com/channel> <http://light9.bigasterisk.com/theater/piedmont/channel/house>. +<http://light9.bigasterisk.com/sub/house> <http://light9.bigasterisk.com/lightLevel> _:TxVYQPeu54. +<http://light9.bigasterisk.com/sub/house> <http://light9.bigasterisk.com/lightLevel> _:TxVYQPeu51. +<http://light9.bigasterisk.com/sub/house> <http://light9.bigasterisk.com/lightLevel> _:TxVYQPeu50. +<http://light9.bigasterisk.com/sub/house> <http://light9.bigasterisk.com/lightLevel> _:TxVYQPeu52. +<http://light9.bigasterisk.com/sub/house> <http://light9.bigasterisk.com/lightLevel> _:TxVYQPeu53. +_:TxVYQPeu54 <http://light9.bigasterisk.com/level> "1"^^<http://www.w3.org/2001/XMLSchema#decimal>. +_:TxVYQPeu54 <http://light9.bigasterisk.com/channel> <http://light9.bigasterisk.com/theater/piedmont/channel/house4>. +_:TxVYQPeu51 <http://light9.bigasterisk.com/level> "1"^^<http://www.w3.org/2001/XMLSchema#decimal>. +_:TxVYQPeu51 <http://light9.bigasterisk.com/channel> <http://light9.bigasterisk.com/theater/piedmont/channel/house3>.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2008/subs/house-side Sat Jun 14 16:34:57 2008 +0000 @@ -0,0 +1,4 @@ +_:wXdfflUK50 <http://light9.bigasterisk.com/level> "1"^^<http://www.w3.org/2001/XMLSchema#decimal>. +_:wXdfflUK50 <http://light9.bigasterisk.com/channel> <http://light9.bigasterisk.com/theater/piedmont/channel/house-side>. +<http://light9.bigasterisk.com/sub/house-side> <http://www.w3.org/2000/01/rdf-schema#label> "house-side". +<http://light9.bigasterisk.com/sub/house-side> <http://light9.bigasterisk.com/lightLevel> _:wXdfflUK50.