Changeset - 6f62aea409cb
[Not reviewed]
default
0 0 3
drewp@bigasterisk.com - 17 years ago 2008-06-09 00:56:38
drewp@bigasterisk.com
start dance2008 show
3 files changed with 74 insertions and 0 deletions:
0 comments (0 inline, 0 general)
show/dance2008/config.n3
Show inline comments
 
new file 100644
 
@prefix : <http://light9.bigasterisk.com/> .
 
@prefix ch: <http://light9.bigasterisk.com/theater/skyline/channel/> .
 
@prefix chase: <http://light9.bigasterisk.com/chase/> .
 
@prefix dmx: <http://light9.bigasterisk.com/dmx/> .
 
@prefix group: <http://light9.bigasterisk.com/group/> .
 
@prefix mus: <http://light9.bigasterisk.com/music/> .
 
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 
@prefix sh: <http://light9.bigasterisk.com/show/dance2008/> .
 
@prefix show: <http://light9.bigasterisk.com/show/> .
 
@prefix sub: <http://light9.bigasterisk.com/sub/> .
 

	
 
mus:preSong :showPath "music/silence-4sec.wav" .
 
mus:postSong :showPath "music/silence-15sec.wav" .
 

	
 
show:dance2008 :playList (
 
  sh:song1  sh:song2  sh:song3  sh:song4  sh:song5
 
  sh:song6  sh:song7  sh:song8  sh:song9  sh:song10
 
  sh:song11 sh:song12 sh:song13 sh:song14 sh:song15
 
  sh:song16 sh:song17
 
) .
 

	
 
:Song is rdf:teype of sh:song1,  sh:song2 .
 

	
 
sh:song1  rdfs:label "1 opening night";      :showPath "music/01-opening.wav" .
 
sh:song2  rdfs:label "2 st louis blues";         :showPath "music/norm/2.wav" .
 

	
show/dance2008/patch.n3
Show inline comments
 
new file 100644
 
@prefix ch: <http://light9.bigasterisk.com/theater/skyline/channel/> .
 
@prefix dmx: <http://light9.bigasterisk.com/dmx/> .
 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 
@prefix : <http://light9.bigasterisk.com/> .
 
@prefix mus: <http://light9.bigasterisk.com/music/> .
 
@prefix show: <http://light9.bigasterisk.com/show/> .
 
@prefix sh: <http://light9.bigasterisk.com/show/dance2008/> .
 

	
 
# test data
 
ch:cycRed1 a :Channel; rdfs:label "cycRed1"; :output dmx:c83 .
 
ch:cycRed2 a :Channel; rdfs:label "cycRed2"; :output dmx:c80 .
 
ch:cycRed3 a :Channel; rdfs:label "cycRed3"; :output dmx:c77 .
 
ch:cycRed4 a :Channel; rdfs:label "cycRed4"; :output dmx:c74 .
 
ch:cycGreen1 a :Channel; rdfs:label "cycGreen1"; :output dmx:c82 .
 
ch:cycGreen2 a :Channel; rdfs:label "cycGreen2"; :output dmx:c79 .
 
ch:cycGreen3 a :Channel; rdfs:label "cycGreen3"; :output dmx:c76 .
 
ch:cycGreen4 a :Channel; rdfs:label "cycGreen4"; :output dmx:c73 .
show/dance2008/readme
Show inline comments
 
new file 100644
 
preshow:
 

	
 
test sliders on plus
 

	
 
copy past PHS lighting config to dance2008
 

	
 
make up/bow/down curves for all songs
 

	
 
make music curves
 

	
 
test camera on plus for taking stage pics; do a program to turn on
 
each channel and sub and get a picture. mix the order and do it fast,
 
so the camera doesn't get to readjust between them? 
 

	
 
setup patched mpd on plus and score
 

	
 
test mouse on plus
 

	
 
ext monitor on plus. score too?
 

	
 
buy LCDs
 

	
 
test lightsim running at the same time as curvecalc
 

	
 
test dmx output on 64-bit plus
 

	
 
fix showcofnig.py to search .mpdconf then /etc/mpd
 

	
 
normalize levels
0 comments (0 inline, 0 general)