Changeset - 58e2e6ca1ff1
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 15 years ago 2010-06-20 05:04:32
drewp@bigasterisk.com
pad time change
Ignore-this: 7e2dc7b6beaef00493d7c45a62ed10cb
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
bin/musicPad
Show inline comments
 
@@ -7,13 +7,13 @@ sys.path.append(".")
 
from light9 import networking, showconfig
 
from light9.namespaces import L9
 
logging.basicConfig(level=logging.INFO)
 
log = logging.getLogger()
 

	
 
introPad = 4
 
postPad = 4
 
postPad = 9 # 5 + autostop + 4
 

	
 
graph = showconfig.getGraph()
 
# instead of taking a show uri like it should, i just convert every
 
# path i find in the graph (hoping that you only loaded statements for
 
# the current show)
 
for p in sorted(graph.objects(None, L9['showPath'])):
0 comments (0 inline, 0 general)