Merge branch 'master' of https://github.com/calf-studio-gear/calf
[calf.git] / gui / gui-haasenhancer.xml
blob17e6c075fbabfb75f765adf53792869b5bb67769
1 <vbox spacing="8">
2     <table expand-y="0" expand-x="1" spacing="5" rows="1" cols="8">
3         <label param="level_in" attach-x="0" attach-y="0" expand-x="0" />
4         <knob param="level_in" type="1" attach-x="0" attach-y="1" attach-h="2" expand-x="0" />
5         <value param="level_in" attach-x="0" attach-y="3" expand-x="0" />
6         
7         <label attach-x="1" attach-y="0" expand-x="1" text="Input level" />
8         <vumeter param="meter_inL" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="1" attach-y="1" expand-x="1" />
9         <vumeter param="meter_inR" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="1" attach-y="2" expand-x="1" />
10         <meterscale param="meter_outR" marker="0 0.0625 0.125 0.25 0.5 0.71 1" dots="1" position="2" mode="0" attach-x="1" attach-y="3" expand-x="1" />
11         
12         <label attach-x="2" attach-y="0" expand-x="0" text="Clip" />
13         <led param="clip_inL" attach-x="2" attach-y="1" expand-x="0" />
14         <led param="clip_inR" attach-x="2" attach-y="2" expand-x="0" />
15         
16         <label param="bypass" attach-x="4" attach-y="0" expand-x="0" />
17         <toggle param="bypass" icon="bypass" attach-x="4" attach-y="1" attach-h="2" expand-x="0" />
18         
19         <label text="MidPhase" attach-x="3" attach-y="0" expand-x="0" />
20         <toggle param="m_phase" icon="phase" attach-x="3" attach-y="1" attach-h="2" expand-x="0" />
21         
22         <label attach-x="5" attach-y="0" expand-x="1" text="Output level"/>
23         <vumeter param="meter_outL" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="5" attach-y="1" expand-x="1" />
24         <vumeter param="meter_outR" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="5" attach-y="2" expand-x="1" />
25         <meterscale param="meter_outR" marker="0 0.0625 0.125 0.25 0.5 0.71 1" dots="1" position="2" mode="0" attach-x="5" attach-y="3" expand-x="1" />
26         
27         <label attach-x="6" attach-y="0" expand-x="0" text="Clip"/>
28         <led param="clip_outL" mode="1" attach-x="6" attach-y="1" expand-x="0" />
29         <led param="clip_outR" mode="1" attach-x="6" attach-y="2" expand-x="0" />
30         
31         <label param="level_out" attach-x="7" attach-y="0" expand-x="0" />
32         <knob param="level_out" type="1" attach-x="7" attach-y="1" attach-h="2" expand-x="0" />
33         <value param="level_out" attach-x="7" attach-y="3" expand-x="0" />
34     </table>
35     
36     <hbox spacing="20">
37         <frame label="Left">
38             <table rows="2" cols="1">
39                 <hbox homogeneous="0" spacing="8" attach-x="0" attach-y="0">
40                     <vbox>
41                         <label text="Phase"/>
42                         <toggle param="s_phase1" icon="phase"/>
43                         <label/>
44                     </vbox>
45                     <vbox>
46                         <label text="Balance"/>
47                         <knob param="s_balance1" type="1"/>
48                         <value param="s_balance1"/>
49                     </vbox>
50                     <vbox>
51                         <label text="Gain"/>
52                         <knob param="s_gain1" type="1"/>
53                         <value param="s_gain1"/>
54                     </vbox>
55                     <vbox>
56                         <label text="Delay"/>
57                         <knob param="s_delay1" size="3" ticks="0 1 2 5 10"/>
58                         <value param="s_delay1"/>
59                     </vbox>
60                     <label text=" "/>
61                 </hbox>
62                 <vumeter param="meter_sideL" position="2" mode="0" hold="1.5" falloff="2.5"  attach-x="0" attach-y="1" expand-y="0" fill-y="0"/>
63             </table>
64         </frame>
65         
66         <vbox spacing="5">
67             <label text="Gain"/>
68             <knob size="5" param="s_gain" type="1"/>
69             <value param="s_gain"/>
70             <combo param="m_source"/>
71         </vbox>
72         
73         <frame label="Right">
74             <table rows="2" cols="1">
75                 <hbox homogeneous="0" spacing="8" attach-x="0" attach-y="0">
76                     <label text=" "/>
77                     <vbox>
78                         <label text="Delay"/>
79                         <knob param="s_delay2" size="3" ticks="0 1 2 5 10"/>
80                         <value param="s_delay2"/>
81                     </vbox>
82                     <vbox>
83                         <label text="Gain"/>
84                         <knob param="s_gain2" type="1"/>
85                         <value param="s_gain2"/>
86                     </vbox>
87                     <vbox>
88                         <label text="Balance"/>
89                         <knob param="s_balance2" type="1"/>
90                         <value param="s_balance2"/>
91                     </vbox>
92                     <vbox>
93                         <label text="Phase"/>
94                         <toggle param="s_phase2" icon="phase"/>
95                         <label/>
96                     </vbox>
97                 </hbox>
98                 <vumeter param="meter_sideR" position="2" mode="0" hold="1.5" falloff="2.5"  attach-x="0" attach-y="1" expand-y="0" fill-y="0"/>
99             </table>
100         </frame>
101         
102     </hbox>
103 </vbox>