467
|
1 How to see the original lightsim:
|
|
2
|
|
3 cd lightsim
|
|
4 python lightsim.py
|
|
5
|
|
6 Play with sliders.
|
|
7
|
|
8
|
|
9 How to see the new lightsim:
|
|
10
|
|
11 Start 3 shells, and in each one set this:
|
|
12 export LIGHT9_SHOW=/path/to/light9/show/dance2008
|
|
13
|
|
14 You may need a 'chmod 755 bin/*' if this is a new darcs checkout.
|
|
15
|
|
16 Shell 1:
|
|
17 bin/dmxserver --dummy
|
|
18
|
|
19 Shell 2:
|
|
20 bin/keyboardcomposer --no-sliders
|
|
21
|
|
22 Shell 3:
|
|
23 bin/lightsim
|
|
24 (it spews tons of Qt stderr, unfortunately)
|
|
25
|
|
26 In the keyboardcomposer GUI, bring up any combination of these subs:
|
|
27 house
|
|
28 midleft
|
|
29 midright
|
|
30 red
|
|
31 orange
|
|
32 green
|
|
33
|
|
34 As you adjust subs, lightsim should rerender its combination of
|
|
35 channel photos. I didn't have any properly-photographed lights, so
|
|
36 all you get are some lousy hand-painted lights on a single photo.
|
|
37
|
|
38
|
|
39 |