blob: c30e8efe0cfe58004d82a4a9562a9dea77ef2915 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
<workspace xmlns="http://unsuspicious.services/bxw">
<name>Test Workspace</name>
<author>Test Author</author>
<version>1</version>
<modified>2019-09-24T20:59:37.521229</modified>
<fixtures>
<fixture name="RGB Fixture" id="0">
<channel name="R">
<ola universe="1" address="0"/>
</channel>
<channel name="G">
<ola universe="1" address="1"/>
</channel>
<channel name="B">
<ola universe="1" address="2"/>
</channel>
</fixture>
<fixture name="Basic Fixture" id="1">
<channel name="Intensity">
<ola universe="1" address="3"/>
</channel>
</fixture>
</fixtures>
<functions>
<function type="Scene" id="0" name="Middle White">
<value fixture="0" channel="0">127</value>
<value fixture="0" channel="1">127</value>
<value fixture="0" channel="2">127</value>
</function>
<function type="Audio" id="1" name="Intro" fade-in="0" fade-out="0" filename="tests/silence.m4a"/>
<function type="Chaser" id="2" name="Chaser 1" advance-mode="Loop">
<step id="3" name="Step 1" fade-in="10" fade-out="100" duration-mode="Manual" duration="infty" function="0"/>
<step id="4" name="Step 2" fade-in="500" fade-out="500" duration-mode="Inherit" function="1"/>
</function>
</functions>
</workspace>
|