forked from onlaj/Piano-LED-Visualizer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsequences.xml
More file actions
81 lines (80 loc) · 1.97 KB
/
Copy pathsequences.xml
File metadata and controls
81 lines (80 loc) · 1.97 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<list>
<sequence_1>
<settings>
<control_number>64</control_number>
<next_step>1</next_step>
<sequence_name>Custom Name</sequence_name>
</settings>
<step_1>
<color>RGB</color>
<Red>0</Red>
<Green>0</Green>
<Blue>255</Blue>
<light_mode>Normal</light_mode>
</step_1>
<step_2>
<color>RGB</color>
<Red>0</Red>
<Green>255</Green>
<Blue>0</Blue>
<light_mode>Fading</light_mode>
<speed>Fast</speed>
</step_2>
<step_3>
<color>Multicolor</color>
<color_1>210, 40 , 40</color_1>
<color_2>0, 255, 80</color_2>
<color_3>120, 0, 255</color_3>
<light_mode>Normal</light_mode>
</step_3>
<step_4>
<color>Rainbow</color>
<Offset>0</Offset>
<Scale>100</Scale>
<Timeshift>0</Timeshift>
<light_mode>Normal</light_mode>
</step_4>
<step_5>
<color>Multicolor</color>
<color_1>210, 40 , 0</color_1>
<color_2>0, 255, 0</color_2>
<color_3>0, 0, 255</color_3>
<light_mode>Normal</light_mode>
</step_5>
</sequence_1>
<sequence_2>
<settings>
<control_number>64</control_number>
<next_step>-1</next_step>
<sequence_name>Custom Name 2</sequence_name>
</settings>
<step_1>
<color>RGB</color>
<Red>25</Red>
<Green>255</Green>
<Blue>80</Blue>
<light_mode>Normal</light_mode>
</step_1>
<step_2>
<color>Rainbow</color>
<Offset>0</Offset>
<Scale>100</Scale>
<Timeshift>0</Timeshift>
<light_mode>Normal</light_mode>
</step_2>
<step_3>
<color>Rainbow</color>
<Offset>0</Offset>
<Scale>100</Scale>
<Timeshift>10</Timeshift>
<light_mode>Fading</light_mode>
</step_3>
<step_4>
<color>Multicolor</color>
<color_1>255, 0 , 0</color_1>
<color_2>0, 255, 0</color_2>
<color_3>0, 0, 255</color_3>
<light_mode>Normal</light_mode>
</step_4>
</sequence_2>
</list>