Changeset - 3926ab3b7ceb
[Not reviewed]
default
0 2 0
drewp@bigasterisk.com - 17 years ago 2008-06-12 06:47:33
drewp@bigasterisk.com
update hostnames and readme
2 files changed with 23 insertions and 11 deletions:
0 comments (0 inline, 0 general)
light9/networking.py
Show inline comments
 
@@ -3,13 +3,13 @@ from ConfigParser import SafeConfigParse
 
# my intent was to pull these from a file in the LIGHT9_SHOW/ directory
 

	
 

	
 
def dmxServerUrl():
 
    #host = os.getenv('DMXHOST', 'localhost')
 
    #url = "http://%s:8030" % host
 
    return "http://localhost:%s" % dmxServerPort()
 
    return "http://plus:%s" % dmxServerPort()
 

	
 
def dmxServerPort():
 
    return 8030
 
    
 
def musicUrl():
 
    return "http://score:%s" % musicPort()
 
@@ -22,7 +22,7 @@ def mpdServer():
 
    return os.getenv('LIGHT9_MPD_SERVER', 'score'),6600
 

	
 
def kcPort():
 
    return 8050
 

	
 
def kcServer():
 
    return 'dash'
 
    return 'plus'
show/dance2008/readme
Show inline comments
 
@@ -3,21 +3,21 @@ preshow:
 
test sliders on plus
 

	
 
copy past PHS lighting config to dance2008
 

	
 
make up/bow/down curves for all songs
 

	
 
make music curves
 
OK 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
 
OK setup patched mpd on plus and score
 

	
 
test mouse on plus
 
OK test mouse on plus
 

	
 
ext monitor on plus. score too?
 

	
 
buy LCDs
 

	
 
test lightsim running at the same time as curvecalc
 
@@ -28,27 +28,27 @@ OK fix showcofnig.py to search .mpdconf 
 

	
 
normalize levels
 

	
 
apparently in 2007 we played music on the laptop 'score', and it was a
 
little bit messed up. Preloading into memory may have helped.
 

	
 
rename :showPath to something about mpd
 

	
 
right amount of connection logging on asco
 

	
 
port togl to pyglet, perhaps?
 

	
 
map some buttons to the worklights, etc. Maybe midi board buttons? keypad? wii?
 

	
 
rename :showPath to something about mpd
 
ramdisk for the preload
 

	
 
test local net
 

	
 
curvecalc slider instructions please
 

	
 

	
 
packing list:
 
  power strips
 
  computers, bcf, dmx
 
  net hub and cables
 
  dmx cables
 
  external mouses, keyboards
 
  wrench, tape
 
  blank CDs
 
  
 

	
 
@@ -60,7 +60,19 @@ issues to note during the show:
 
 who ran dmx:
 
 who ran music:
 
 who ran curvecalc:
 

	
 
 music stutters?
 

	
 
 light flickers?
 
\ No newline at end of file
 
 light flickers?
 

	
 

	
 
next time:
 

	
 
  does avahi make the host-finding stuff easy? probably not worth
 
  much, but at least the host settings should be in config.n3
 

	
 
  rename :showPath to something about mpd
 

	
 
  right amount of connection logging on asco. it doesn't error clearly
 
  when it's looking for mpd on the wrong host
 

	
0 comments (0 inline, 0 general)