-
Notifications
You must be signed in to change notification settings - Fork 9
/
samplers.xml
92 lines (92 loc) · 3.31 KB
/
samplers.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
<Template>
<WidgetGroup>
<ObjectName>Samplers</ObjectName>
<Layout>horizontal</Layout>
<Children>
<WidgetGroup>
<ObjectName>SamplersDeck1</ObjectName>
<Layout>vertical</Layout>
<Children>
<WidgetGroup>
<ObjectName>SamplersDeck1Row1</ObjectName>
<Layout>horizontal</Layout>
<Children>
<Template src="skin:sampler.xml">
<SetVariable name="sampler">1</SetVariable>
</Template>
<Template src="skin:sampler.xml">
<SetVariable name="sampler">2</SetVariable>
</Template>
<Template src="skin:sampler.xml">
<SetVariable name="sampler">3</SetVariable>
</Template>
<Template src="skin:sampler.xml">
<SetVariable name="sampler">4</SetVariable>
</Template>
</Children>
</WidgetGroup>
<WidgetGroup>
<ObjectName>SamplersDeck1Row2</ObjectName>
<Layout>horizontal</Layout>
<Children>
<Template src="skin:sampler.xml">
<SetVariable name="sampler">5</SetVariable>
</Template>
<Template src="skin:sampler.xml">
<SetVariable name="sampler">6</SetVariable>
</Template>
<Template src="skin:sampler.xml">
<SetVariable name="sampler">7</SetVariable>
</Template>
<Template src="skin:sampler.xml">
<SetVariable name="sampler">8</SetVariable>
</Template>
</Children>
</WidgetGroup>
</Children>
</WidgetGroup>
<WidgetGroup>
<ObjectName>SamplersDeck2</ObjectName>
<Layout>vertical</Layout>
<Children>
<WidgetGroup>
<ObjectName>SamplersDeck2Row1</ObjectName>
<Layout>horizontal</Layout>
<Children>
<Template src="skin:sampler.xml">
<SetVariable name="sampler">9</SetVariable>
</Template>
<Template src="skin:sampler.xml">
<SetVariable name="sampler">10</SetVariable>
</Template>
<Template src="skin:sampler.xml">
<SetVariable name="sampler">11</SetVariable>
</Template>
<Template src="skin:sampler.xml">
<SetVariable name="sampler">12</SetVariable>
</Template>
</Children>
</WidgetGroup>
<WidgetGroup>
<ObjectName>SamplersDeck2Row2</ObjectName>
<Layout>horizontal</Layout>
<Children>
<Template src="skin:sampler.xml">
<SetVariable name="sampler">13</SetVariable>
</Template>
<Template src="skin:sampler.xml">
<SetVariable name="sampler">14</SetVariable>
</Template>
<Template src="skin:sampler.xml">
<SetVariable name="sampler">15</SetVariable>
</Template>
<Template src="skin:sampler.xml">
<SetVariable name="sampler">16</SetVariable>
</Template>
</Children>
</WidgetGroup>
</Children>
</WidgetGroup>
</Children>
</WidgetGroup>
</Template>