Make Analyzer UI require instance-access
[calf.git] / gui / gui-emphasis.xml
blobc512bfb308c1748506ba547d5cf2487f3aa158a6
1 <vbox spacing="8">
2     
3     <table spacing="5" rows="1" cols="7">
4         <vbox shrink-x="1" expand-x="0" fill-x="0" expand="0" fill="0" attach-x="0" attach-y="0">
5             <label param="level_in" />
6             <knob param="level_in" size="2"  type="1"/>
7             <value param="level_in" />
8         </vbox>
9         <vbox shrink-x="1" expand-x="1" fill-x="1" expand="0" fill="0" attach-x="1" attach-y="0">
10             <label text="In L" />
11             <vumeter param="meter_inL" mode="0" hold="1.5" falloff="2.5" shrink-y="0" position="2" />
12             <vumeter param="meter_inR" mode="0" hold="1.5" falloff="2.5" shrink-y="0" position="2" />
13             <label text="In R" />
14         </vbox>
15         <vbox shrink-x="1" expand-x="0" fill-x="0" expand="0" fill="0" attach-x="2" attach-y="0">
16             <label text="0dB" expand="0" fill="0" />
17             <led param="clip_inL" expand="0" fill="0" />
18             <led param="clip_inR" expand="0" fill="0" />
19             <label text="0dB" expand="0" fill="0" />
20         </vbox>
21         <vbox expand="0" attach-x="3" attach-y="0" expand-x="0" fill-x="0" fill="0" pad-x="5">
22              <label param="bypass"/>
23              <toggle param="bypass" icon="bypass" shrink="1"/>
24         </vbox>
25         <vbox shrink-x="1" expand-x="1" fill-x="1" expand="0" fill="0" attach-x="4" attach-y="0">
26             <label text="Out L" />
27             <vumeter param="meter_outL" mode="0" hold="1.5" falloff="2.5" shrink-y="0" position="2" />
28             <vumeter param="meter_outR" mode="0" hold="1.5" falloff="2.5" shrink-y="0" position="2" />
29             <label text="Out R" />
30         </vbox>
31         <vbox shrink-x="1" expand-x="0" fill-x="0" expand="0" fill="0" attach-x="5" attach-y="0">
32             <label text="0dB" expand="0" fill="0" />
33             <led param="clip_outL" expand="0" mode="1" fill="0" />
34             <led param="clip_outR" expand="0" mode="1" fill="0" />
35             <label text="0dB" expand="0" fill="0" />
36         </vbox>
37         <vbox shrink-x="1" expand-x="0" fill-x="0" expand="0" fill="0" attach-x="6" attach-y="0">
38             <label param="level_out" />
39             <knob param="level_out" size="2"  type="1"/>
40             <value param="level_out" />
41         </vbox>
42     </table>
43     
44     <hbox spacing="20" homogeneous="1">
45         <vbox>
46             <label param="mode"/>
47             <combo param="mode"/>
48         </vbox>
49         <vbox>
50             <label param="type"/>
51             <combo param="type"/>
52         </vbox>
53     </hbox>
54             
55     <frame label="Frequency Response">
56         <vbox>
57             <if cond="directlink">
58                 <line-graph refresh="1" height="180" width="450" expand="1" fill="1" crosshairs="1" />
59             </if>
60         </vbox>
61     </frame>
62     
63 </vbox>