-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbeatloop_mini.xml
128 lines (110 loc) · 5.62 KB
/
beatloop_mini.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
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
<!DOCTYPE template>
<!--
Description:
A grid of beatloop controls with a loop double and halve on the left and right.
Variables:
group: The group for the controls.
-->
<Template>
<WidgetGroup>
<ObjectName>MiniBeatLoopContainer</ObjectName>
<Layout>horizontal</Layout>
<MinimumSize>-1,-1</MinimumSize>
<SizePolicy>min,max</SizePolicy>
<Children>
<WidgetGroup>
<Layout>vertical</Layout>
<SizePolicy>min,min</SizePolicy>
<Children>
<WidgetGroup>
<ObjectName>BeatLoopUpperRow</ObjectName>
<Layout>horizontal</Layout>
<SizePolicy>min,min</SizePolicy>
<Children>
<Template src="skin:loopmove_button.xml">
<SetVariable name="control_length">4</SetVariable>
<SetVariable name="text_length"></SetVariable>
<SetVariable name="state_0_pressed">icon/ic_fast_rewind_48px.svg</SetVariable>
<SetVariable name="state_0_unpressed">icon/ic_fast_rewind_48px.svg</SetVariable>
<SetVariable name="direction">backward</SetVariable>
</Template>
<Template src="skin:spacer_hx.xml">
<SetVariable name="width">3</SetVariable>
</Template>
<Template src="skin:left_1state_button.xml">
<SetVariable name="TooltipId">loop_halve</SetVariable>
<SetVariable name="ObjectName">LoopHalveButton</SetVariable>
<SetVariable name="MinimumSize"><Variable name="SmallSquareButtonMinimumSize"/></SetVariable>
<SetVariable name="MaximumSize"><Variable name="SmallSquareButtonMaximumSize"/></SetVariable>
<SetVariable name="SizePolicy"><Variable name="VerticalStretchButtonSizePolicy"/></SetVariable>
<SetVariable name="state_0_text"></SetVariable>
<SetVariable name="state_0_pressed">icon/ic_minus_48px.svg</SetVariable>
<SetVariable name="state_0_unpressed">icon/ic_minus_48px.svg</SetVariable>
<SetVariable name="left_connection_control"><Variable name="group"/>,loop_halve</SetVariable>
</Template>
<Template src="skin:spacer_hx.xml">
<SetVariable name="width">20</SetVariable>
</Template>
<Template src="skin:left_1state_button.xml">
<SetVariable name="TooltipId">loop_double</SetVariable>
<SetVariable name="ObjectName">LoopDoubleButton</SetVariable>
<SetVariable name="MinimumSize"><Variable name="SmallSquareButtonMinimumSize"/></SetVariable>
<SetVariable name="MaximumSize"><Variable name="SmallSquareButtonMaximumSize"/></SetVariable>
<SetVariable name="SizePolicy"><Variable name="VerticalStretchButtonSizePolicy"/></SetVariable>
<SetVariable name="state_0_text"></SetVariable>
<SetVariable name="state_0_pressed">icon/ic_add_48px.svg</SetVariable>
<SetVariable name="state_0_unpressed">icon/ic_add_48px.svg</SetVariable>
<SetVariable name="left_connection_control"><Variable name="group"/>,loop_double</SetVariable>
</Template>
<Template src="skin:spacer_hx.xml">
<SetVariable name="width">3</SetVariable>
</Template>
<Template src="skin:loopmove_button.xml">
<SetVariable name="control_length">4</SetVariable>
<SetVariable name="text_length"></SetVariable>
<SetVariable name="state_0_pressed">icon/ic_fast_forward_48px.svg</SetVariable>
<SetVariable name="state_0_unpressed">icon/ic_fast_forward_48px.svg</SetVariable>
<SetVariable name="state_0_pressed">icon/ic_fast_forward_48px.svg</SetVariable>
<SetVariable name="state_0_unpressed">icon/ic_fast_forward_48px.svg</SetVariable>
<SetVariable name="direction">forward</SetVariable>
</Template>
</Children>
</WidgetGroup>
<WidgetGroup>
<ObjectName>BeatLoopLowerRow</ObjectName>
<Layout>horizontal</Layout>
<SizePolicy>min,min</SizePolicy>
<Children>
<Template src="skin:beatloop_button.xml">
<SetVariable name="control_length">0.5</SetVariable>
<SetVariable name="text_length">1/2</SetVariable>
</Template>
<Template src="skin:beatloop_button.xml">
<SetVariable name="control_length">1</SetVariable>
<SetVariable name="text_length">1</SetVariable>
</Template>
<Template src="skin:beatloop_button.xml">
<SetVariable name="control_length">2</SetVariable>
<SetVariable name="text_length">2</SetVariable>
</Template>
<Template src="skin:beatloop_button.xml">
<SetVariable name="control_length">4</SetVariable>
<SetVariable name="text_length">4</SetVariable>
</Template>
<!--
<Template src="skin:beatloop_button.xml">
<SetVariable name="control_length">8</SetVariable>
<SetVariable name="text_length">8</SetVariable>
</Template> -->
<!--
<Template src="skin:beatloop_button.xml">
<SetVariable name="control_length">16</SetVariable>
<SetVariable name="text_length">16</SetVariable>
</Template> -->
</Children>
</WidgetGroup>
</Children>
</WidgetGroup>
</Children>
</WidgetGroup>
</Template>