-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheffect_unit_no_parameters.xml
52 lines (43 loc) · 1.61 KB
/
effect_unit_no_parameters.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
<!DOCTYPE template>
<!--
EffectUnit with just metaknobs, but not individual parameter knobs showing
Variables:
EffectRack: the rack
EffectUnit: the chain
-->
<Template>
<SetVariable name="group">[EffectRack<Variable name="EffectRack"/>_EffectUnit<Variable name="EffectUnit"/>]</SetVariable>
<WidgetGroup>
<ObjectName>EffectUnit<Variable name="EffectUnit"/></ObjectName>
<Layout>horizontal</Layout>
<SizePolicy>me,min</SizePolicy>
<!-- A little more vertical space is needed when show_focus is 1 because of the focused effect's border.
<MinimumSize>-1,65</MinimumSize>-->
<Children>
<WidgetGroup>
<ObjectName>EffectUnitNoParameters</ObjectName>
<Layout>horizontal</Layout>
<SizePolicy>min,max</SizePolicy>
<Children>
<WidgetGroup>
<ObjectName>EffectUnitEffectsNoParameters</ObjectName>
<Layout>horizontal</Layout>
<SizePolicy>min,min</SizePolicy>
<Children>
<Template src="skin:effect_single_no_parameters.xml">
<SetVariable name="Effect">1</SetVariable>
</Template>
<Template src="skin:effect_single_no_parameters.xml">
<SetVariable name="Effect">2</SetVariable>
</Template>
<Template src="skin:effect_single_no_parameters.xml">
<SetVariable name="Effect">3</SetVariable>
</Template>
</Children>
</WidgetGroup>
<WidgetGroup><Size>0min,0min</Size></WidgetGroup>
</Children>
</WidgetGroup>
</Children>
</WidgetGroup>
</Template>