-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskin.xml
More file actions
185 lines (168 loc) · 8.69 KB
/
Copy pathskin.xml
File metadata and controls
185 lines (168 loc) · 8.69 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<?xml version="1.0" encoding="UTF-8"?>
<skin name="Reference Mix FX Query Test" version="8" width="1000" height="620" nbdecks="2" image="skin.png" preview="preview.png" author="Codex" breakline="620">
<font name="Arial"/>
<define color="bg" value="#101820"/>
<define color="panel" value="#18232E"/>
<define color="off_red" value="#6E2F35"/>
<define color="on_green" value="#1E8E5A"/>
<define color="text" value="#F3F7FA"/>
<define color="muted" value="#A8B4BF"/>
<define class="TEST_BUTTON" placeholders="*text,*action,*query">
<button action="[ACTION]" query="[QUERY]">
<size width="210" height="46"/>
<off shape="square" color="off_red" border="#9A4851" border_size="2" radius="4"/>
<on shape="square" color="on_green" border="#35D07F" border_size="2" radius="4"/>
<over shape="square" color="#294357" border="#5D8FB2" border_size="2" radius="4"/>
<down shape="square" color="#2B6F91" border="#7CC5EA" border_size="2" radius="4"/>
<text text="[TEXT]" color="text" colorselected="text" fontsize="14" weight="bold" align="center"/>
</button>
</define>
<panel name="background" visible="yes">
<square color="bg">
<pos x="0" y="0"/>
<size width="1000" height="620"/>
</square>
<grabzone x="0" y="0" width="1000" height="40"/>
</panel>
<textzone>
<pos x="36" y="28"/>
<size width="580" height="28"/>
<text text="Mix FX Query Test" color="text" fontsize="24" weight="bold" align="left"/>
</textzone>
<textzone>
<pos x="36" y="64"/>
<size width="580" height="22"/>
<text text="Selected Mix FX:" color="muted" fontsize="14" align="left"/>
</textzone>
<textzone>
<pos x="160" y="64"/>
<size width="260" height="22"/>
<text action="effect_mixfx_select" color="text" fontsize="14" weight="bold" align="left"/>
</textzone>
<button x="36" y="110" action="effect_mixfx_select 'FILTER' & pad_page 'MIX FX QUERY TEST'">
<size width="210" height="46"/>
<off shape="square" color="#243444" border="#5B728A" border_size="2" radius="4"/>
<down shape="square" color="#2B6F91" border="#7CC5EA" border_size="2" radius="4"/>
<text text="SET FILTER + PAGE" color="text" fontsize="14" weight="bold" align="center"/>
</button>
<button x="260" y="110" action="effect_mixfx_select 'ECHO' & pad_page 'MIX FX QUERY TEST'">
<size width="210" height="46"/>
<off shape="square" color="#243444" border="#5B728A" border_size="2" radius="4"/>
<down shape="square" color="#2B6F91" border="#7CC5EA" border_size="2" radius="4"/>
<text text="SET ECHO + PAGE" color="text" fontsize="14" weight="bold" align="center"/>
</button>
<button x="484" y="110" action="effect_mixfx_activate" query="effect_mixfx_activate ? on : off">
<size width="160" height="46"/>
<off shape="square" color="off_red" border="#9A4851" border_size="2" radius="4"/>
<on shape="square" color="on_green" border="#35D07F" border_size="2" radius="4"/>
<text text="ACTIVE" color="text" colorselected="text" fontsize="14" weight="bold" align="center"/>
</button>
<square color="panel" border="#2E4052" border_size="1" radius="4">
<pos x="36" y="186"/>
<size width="452" height="222"/>
</square>
<textzone>
<pos x="56" y="204"/>
<size width="400" height="22"/>
<text text="Skin button query" color="text" fontsize="16" weight="bold" align="left"/>
</textzone>
<panel class="TEST_BUTTON" x="56" y="242"
text="DIRECT FILTER"
action="nothing"
query="effect_mixfx_select 'FILTER' ? on : off"/>
<panel class="TEST_BUTTON" x="264" y="242"
text="INDIRECT FILTER"
action="nothing"
query="param_equal "`effect_mixfx_select`" "FILTER" ? on : off"/>
<panel class="TEST_BUTTON" x="56" y="308"
text="DIRECT ECHO"
action="nothing"
query="effect_mixfx_select 'ECHO' ? on : off"/>
<panel class="TEST_BUTTON" x="264" y="308"
text="INDIRECT ECHO"
action="nothing"
query="param_equal "`effect_mixfx_select`" "ECHO" ? on : off"/>
<square color="panel" border="#2E4052" border_size="1" radius="4">
<pos x="516" y="186"/>
<size width="448" height="222"/>
</square>
<textzone>
<pos x="536" y="204"/>
<size width="390" height="22"/>
<text text="Skin visibility query" color="text" fontsize="16" weight="bold" align="left"/>
</textzone>
<panel visibility="effect_mixfx_select 'FILTER' ? true : false">
<square color="on_green" border="#35D07F" border_size="2" radius="4">
<pos x="536" y="242"/>
<size width="188" height="46"/>
</square>
<textzone>
<pos x="536" y="257"/>
<size width="188" height="20"/>
<text text="DIRECT FILTER VISIBLE" color="text" fontsize="12" weight="bold" align="center"/>
</textzone>
</panel>
<panel visibility="param_equal "`effect_mixfx_select`" "FILTER" ? true : false">
<square color="on_green" border="#35D07F" border_size="2" radius="4">
<pos x="744" y="242"/>
<size width="188" height="46"/>
</square>
<textzone>
<pos x="744" y="257"/>
<size width="188" height="20"/>
<text text="INDIRECT FILTER VISIBLE" color="text" fontsize="12" weight="bold" align="center"/>
</textzone>
</panel>
<panel visibility="effect_mixfx_select 'ECHO' ? true : false">
<square color="on_green" border="#35D07F" border_size="2" radius="4">
<pos x="536" y="308"/>
<size width="188" height="46"/>
</square>
<textzone>
<pos x="536" y="323"/>
<size width="188" height="20"/>
<text text="DIRECT ECHO VISIBLE" color="text" fontsize="12" weight="bold" align="center"/>
</textzone>
</panel>
<panel visibility="param_equal "`effect_mixfx_select`" "ECHO" ? true : false">
<square color="on_green" border="#35D07F" border_size="2" radius="4">
<pos x="744" y="308"/>
<size width="188" height="46"/>
</square>
<textzone>
<pos x="744" y="323"/>
<size width="188" height="20"/>
<text text="INDIRECT ECHO VISIBLE" color="text" fontsize="12" weight="bold" align="center"/>
</textzone>
</panel>
<square color="panel" border="#2E4052" border_size="1" radius="4">
<pos x="36" y="436"/>
<size width="928" height="142"/>
</square>
<textzone>
<pos x="56" y="454"/>
<size width="860" height="20"/>
<text text="Pad XML query via pad 1-8" color="text" fontsize="16" weight="bold" align="left"/>
</textzone>
<textzone>
<pos x="236" y="455"/>
<size width="380" height="18"/>
<text action="pad_page" color="muted" fontsize="12" align="left"/>
</textzone>
<visual type="color" source="pad_button_color 1"><pos x="70" y="498"/><size width="104" height="52"/></visual>
<visual type="color" source="pad_button_color 2"><pos x="188" y="498"/><size width="104" height="52"/></visual>
<visual type="color" source="pad_button_color 3"><pos x="306" y="498"/><size width="104" height="52"/></visual>
<visual type="color" source="pad_button_color 4"><pos x="424" y="498"/><size width="104" height="52"/></visual>
<visual type="color" source="pad_button_color 5"><pos x="542" y="498"/><size width="104" height="52"/></visual>
<visual type="color" source="pad_button_color 6"><pos x="660" y="498"/><size width="104" height="52"/></visual>
<visual type="color" source="pad_button_color 7"><pos x="778" y="498"/><size width="104" height="52"/></visual>
<visual type="color" source="pad_button_color 8"><pos x="896" y="498"/><size width="104" height="52"/></visual>
<textzone><pos x="70" y="515"/><size width="104" height="18"/><text text="PAD 1" color="text" fontsize="11" weight="bold" align="center"/></textzone>
<textzone><pos x="188" y="515"/><size width="104" height="18"/><text text="PAD 2" color="text" fontsize="11" weight="bold" align="center"/></textzone>
<textzone><pos x="306" y="515"/><size width="104" height="18"/><text text="PAD 3" color="text" fontsize="11" weight="bold" align="center"/></textzone>
<textzone><pos x="424" y="515"/><size width="104" height="18"/><text text="PAD 4" color="text" fontsize="11" weight="bold" align="center"/></textzone>
<textzone><pos x="542" y="515"/><size width="104" height="18"/><text text="PAD 5" color="text" fontsize="11" weight="bold" align="center"/></textzone>
<textzone><pos x="660" y="515"/><size width="104" height="18"/><text text="PAD 6" color="text" fontsize="11" weight="bold" align="center"/></textzone>
<textzone><pos x="778" y="515"/><size width="104" height="18"/><text text="PAD 7" color="text" fontsize="11" weight="bold" align="center"/></textzone>
<textzone><pos x="896" y="515"/><size width="104" height="18"/><text text="PAD 8" color="text" fontsize="11" weight="bold" align="center"/></textzone>
</skin>