-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheffect_selector_buttons.xml
75 lines (70 loc) · 4.38 KB
/
effect_selector_buttons.xml
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
<!DOCTYPE template>
<!--
Description:
Effect selector buttons.
Variables:
EffectRack: the rack
EffectUnit: the chain
Effect: the effect
-->
<Template>
<WidgetGroup>
<Layout>horizontal</Layout>
<Children>
<Template src="skin:left_2state_button.xml">
<SetVariable name="TooltipId">EffectSlot_enabled</SetVariable>
<SetVariable name="ObjectName"></SetVariable>
<SetVariable name="MinimumSize"><Variable name="SquareButtonMinimumSize"/></SetVariable>
<SetVariable name="MaximumSize"><Variable name="SquareButtonMaximumSize"/></SetVariable>
<SetVariable name="SizePolicy"><Variable name="SquareButtonSizePolicy"/></SetVariable>
<SetVariable name="state_0_text"></SetVariable>
<SetVariable name="state_0_pressed">icon/ic_power_48px.svg</SetVariable>
<SetVariable name="state_0_unpressed">icon/ic_power_48px.svg</SetVariable>
<SetVariable name="state_1_text"></SetVariable>
<SetVariable name="state_1_pressed">icon/ic_power_48px.svg</SetVariable>
<SetVariable name="state_1_unpressed">icon/ic_power_48px.svg</SetVariable>
<SetVariable name="left_connection_control">[EffectRack<Variable name="EffectRack"/>_EffectUnit<Variable name="EffectUnit"/>_Effect<Variable name="Effect"/>],enabled</SetVariable>
</Template>
<Template src="skin:left_1state_button.xml">
<SetVariable name="TooltipId">EffectSlot_clear</SetVariable>
<SetVariable name="ObjectName"></SetVariable>
<SetVariable name="MinimumSize"><Variable name="SquareButtonMinimumSize"/></SetVariable>
<SetVariable name="MaximumSize"><Variable name="SquareButtonMaximumSize"/></SetVariable>
<SetVariable name="SizePolicy"><Variable name="SquareButtonSizePolicy"/></SetVariable>
<SetVariable name="state_0_text"></SetVariable>
<SetVariable name="state_0_pressed">icon/ic_eject_48px.svg</SetVariable>
<SetVariable name="state_0_unpressed">icon/ic_eject_48px.svg</SetVariable>
<SetVariable name="left_connection_control">[EffectRack<Variable name="EffectRack"/>_EffectUnit<Variable name="EffectUnit"/>_Effect<Variable name="Effect"/>],clear</SetVariable>
</Template>
<EffectName>
<MinimumSize>50,-1</MinimumSize>
<MaximumSize>50,-1</MaximumSize>
<EffectRack><Variable name="EffectRack"/></EffectRack>
<EffectUnit><Variable name="EffectUnit"/></EffectUnit>
<Effect><Variable name="Effect"/></Effect>
</EffectName>
<Template src="skin:left_1state_button.xml">
<SetVariable name="TooltipId">EffectSlot_prev_effect</SetVariable>
<SetVariable name="ObjectName"></SetVariable>
<SetVariable name="MinimumSize"><Variable name="SquareButtonMinimumSize"/></SetVariable>
<SetVariable name="MaximumSize"><Variable name="SquareButtonMaximumSize"/></SetVariable>
<SetVariable name="SizePolicy"><Variable name="SquareButtonSizePolicy"/></SetVariable>
<SetVariable name="state_0_text"></SetVariable>
<SetVariable name="state_0_pressed">icon/ic_chevron_left_48px.svg</SetVariable>
<SetVariable name="state_0_unpressed">icon/ic_chevron_left_48px.svg</SetVariable>
<SetVariable name="left_connection_control">[EffectRack<Variable name="EffectRack"/>_EffectUnit<Variable name="EffectUnit"/>_Effect<Variable name="Effect"/>],prev_effect</SetVariable>
</Template>
<Template src="skin:left_1state_button.xml">
<SetVariable name="TooltipId">EffectSlot_next_effect</SetVariable>
<SetVariable name="ObjectName"></SetVariable>
<SetVariable name="MinimumSize"><Variable name="SquareButtonMinimumSize"/></SetVariable>
<SetVariable name="MaximumSize"><Variable name="SquareButtonMaximumSize"/></SetVariable>
<SetVariable name="SizePolicy"><Variable name="SquareButtonSizePolicy"/></SetVariable>
<SetVariable name="state_0_text"></SetVariable>
<SetVariable name="state_0_pressed">icon/ic_chevron_right_48px.svg</SetVariable>
<SetVariable name="state_0_unpressed">icon/ic_chevron_right_48px.svg</SetVariable>
<SetVariable name="left_connection_control">[EffectRack<Variable name="EffectRack"/>_EffectUnit<Variable name="EffectUnit"/>_Effect<Variable name="Effect"/>],next_effect</SetVariable>
</Template>
</Children>
</WidgetGroup>
</Template>