Changeset - f6ca2b2fa154
[Not reviewed]
default
0 4 1
drewp@bigasterisk.com - 17 years ago 2008-06-14 16:34:57
drewp@bigasterisk.com
72 dimmers, split up house lights
5 files changed with 26 insertions and 7 deletions:
0 comments (0 inline, 0 general)
bin/subcomposer
Show inline comments
 
@@ -11,13 +11,13 @@ except ImportError:
 

	
 
import run_local
 
from light9.dmxchanedit import Levelbox
 
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
 
        self.numchannels = numchannels
 

	
 
        self.levels = [0]*numchannels # levels should never get overwritten, just edited
light9/dmxchanedit.py
Show inline comments
 
@@ -120,13 +120,13 @@ class Onelevel(tk.Frame):
 
    
 
class Levelbox(tk.Frame):
 
    def __init__(self, parent, num_channels=68):
 
        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):
 
            # frame for this channel
 
            f = Onelevel(frames[channel // rows],channel)
 

	
show/dance2008/patch-source.n3
Show inline comments
 
@@ -67,9 +67,12 @@
 
[ :name "fr19"; :output dmx:c19 ] .
 
[ :name "fr20"; :output dmx:c20 ] .
 

	
 
[ :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 ] .
 

	
 

	
show/dance2008/subs/house
Show inline comments
 
<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>.
show/dance2008/subs/house-side
Show inline comments
 
new file 100644
 
_: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.
0 comments (0 inline, 0 general)