Mercurial > code > home > repos > light9
annotate show/dance2013/networking.n3 @ 979:c1f3cc23b51b
subcomposer wouldn't draw right if there is an odd number of channels
Ignore-this: 981a0c4ef92f82f2b14505185fb9fce6
author | drewp@bigasterisk.com |
---|---|
date | Sat, 15 Jun 2013 23:05:43 +0000 |
parents | 2a559512752c |
children | ba47676dde49 |
rev | line source |
---|---|
879 | 1 @prefix : <http://light9.bigasterisk.com/> . |
2 @prefix show: <http://light9.bigasterisk.com/show/> . | |
3 @prefix sh: <http://light9.bigasterisk.com/show/dance2013/> . | |
4 | |
5 show:dance2013 :networking sh:netHome . | |
6 sh:netHome | |
967
2a559512752c
2013 show config: use real host names
drewp@bigasterisk.com
parents:
941
diff
changeset
|
7 :musicPlayer <http://plus:8040/>; |
2a559512752c
2013 show config: use real host names
drewp@bigasterisk.com
parents:
941
diff
changeset
|
8 :dmxServer <http://plus:8030/>; |
2a559512752c
2013 show config: use real host names
drewp@bigasterisk.com
parents:
941
diff
changeset
|
9 :curveCalc <http://plus:8060/>; |
2a559512752c
2013 show config: use real host names
drewp@bigasterisk.com
parents:
941
diff
changeset
|
10 :keyboardComposer <http://plus:8050/>; |
2a559512752c
2013 show config: use real host names
drewp@bigasterisk.com
parents:
941
diff
changeset
|
11 :vidref <http://amp:8053/> . |