m(
[calf.git] / gui / gui-eq5.xml
blob2140fd910e92672210aedce088093f26d77bcd04
1 <vbox>
2     <table expand-y="0" expand-x="1" spacing="5" rows="1" cols="7">
3         <label param="level_in" attach-x="0" attach-y="0" expand-x="0" />
4         <knob param="level_in" attach-x="0" attach-y="1" attach-h="2" expand-x="0" type="1" />
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         
11         <label attach-x="2" attach-y="0" expand-x="0" text="Clip" />
12         <led param="clip_inL" attach-x="2" attach-y="1" expand-x="0" />
13         <led param="clip_inR" attach-x="2" attach-y="2" expand-x="0" />
14         
15         <label param="bypass" attach-x="3" attach-y="0" expand-x="0" />
16         <toggle param="bypass" attach-x="3" attach-y="1" attach-h="2" expand-x="0" pad-x="10"/>
17         
18         <label attach-x="4" attach-y="0" expand-x="1" text="Output level"/>
19         <vumeter param="meter_outL" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="4" attach-y="1" expand-x="1" />
20         <vumeter param="meter_outR" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="4" attach-y="2" expand-x="1" />
21         
22         <label attach-x="5" attach-y="0" expand-x="0" text="Clip"/>
23         <led param="clip_outL" mode="1" attach-x="5" attach-y="1" expand-x="0" />
24         <led param="clip_outR" mode="1" attach-x="5" attach-y="2" expand-x="0" />
25         
26         <label param="level_out" attach-x="6" attach-y="0" expand-x="0" />
27         <knob param="level_out" attach-x="6" attach-y="1" attach-h="2" expand-x="0" type="1" />
28         <value param="level_out" attach-x="6" attach-y="3" expand-x="0" />
29     </table>
30     
31     <if cond="directlink">
32         <frame label="Frequency Response" attach-x="1" attach-y="0">
33             <table cols="3" rows="1">
34                 <line-graph attach-x="1" attach-y="1" refresh="1" height="200" width="500" param="ls_freq" expand="1" fill="1" zoom="zoom" crosshairs="1" freqhandles="12" handle1-x="ls_freq" handle1-y="ls_level" label1="LS" active1="ls_active" handle2-x="p1_freq" handle2-y="p1_level" handle2-z="p1_q" label2="I" active2="p1_active" handle3-x="p2_freq" handle3-y="p2_level" handle3-z="p2_q" label3="II" active3="p2_active" handle4-x="p3_freq" handle4-y="p3_level" handle4-z="p3_q" label4="III" active4="p3_active" handle5-x="hs_freq" handle5-y="hs_level" label5="HS" active5="hs_active"/>
35                 <vbox attach-x="2" attach-y="1" spacing="3" expand-x="0" fill-x="0">
36                     <label text="Zoom"/>
37                     <vscale param="zoom" inverted="1"/>
38                     <value param="zoom"/>
39                 </vbox>
40                 <align attach-x="1" attach-y="0" align-x="1.0">
41                     <hbox expand="0" fill="0" spacing="30">
42                         <hbox expand="0" fill="0" spacing="10">
43                             <label text="Individual Graphs"/>
44                             <toggle size="1" param="individuals"/>
45                         </hbox>
46                         <hbox expand="0" fill="0" spacing="10">
47                             <label text="Analyzer"/>
48                             <toggle size="1" param="analyzer"/>
49                             <combo param="analyzer_mode"/>
50                         </hbox>
51                     </hbox>
52                 </align>
53             </table>
54         </frame>
55     </if>
56     
57     <hbox>
58         <frame label="Lowshelf">
59             <vbox>
60                 <combo size="1" param="ls_active" />
61                 <label/>
62                 <label param="ls_freq" text="Frequency"/>
63                 <knob param="ls_freq"/>
64                 <value param="ls_freq" align-y="0"/>
65                 <label/>
66                 <label param="ls_level" text="Level"/>
67                 <knob param="ls_level" type="1"/>
68                 <value param="ls_level" />
69             </vbox>
70         </frame>
71         
72         
73         <frame label="Parametrics" attach-x="1" attach-y="1">
74             <table rows="4" cols="4">
75                 <label text="Freq" attach-x="0" attach-y="1" />
76                 <label text="Level" attach-x="0" attach-y="2" />
77                 <label text="Q" attach-x="0" attach-y="3" />
78                 <label text="Active" attach-x="0" attach-y="0" />
79                 
80                 <vbox attach-x="1" attach-y="1">
81                     <knob param="p1_freq" />
82                     <value param="p1_freq" />
83                 </vbox>
84                 <vbox attach-x="1" attach-y="2">
85                     <knob param="p1_level" type="1" />
86                     <value param="p1_level" />
87                 </vbox>
88                 <vbox attach-x="1" attach-y="3">
89                     <knob param="p1_q" />
90                     <value param="p1_q" />
91                 </vbox>
92                 <vbox attach-x="1" attach-y="0">
93                     <combo size="1" param="p1_active" />
94                 </vbox>
95                 <vbox attach-x="2" attach-y="1">
96                     <knob param="p2_freq" />
97                     <value param="p2_freq" />
98                 </vbox>
99                 <vbox attach-x="2" attach-y="2">
100                     <knob param="p2_level" type="1" />
101                     <value param="p2_level" />
102                 </vbox>
103                 <vbox attach-x="2" attach-y="3">
104                     <knob param="p2_q" />
105                     <value param="p2_q" />
106                 </vbox>
107                 <vbox attach-x="2" attach-y="0">
108                     <combo size="1" param="p2_active" />
109                 </vbox>
110                 <vbox attach-x="3" attach-y="1">
111                     <knob param="p3_freq" />
112                     <value param="p3_freq" />
113                 </vbox>
114                 <vbox attach-x="3" attach-y="2">
115                     <knob param="p3_level" type="1" />
116                     <value param="p3_level" />
117                 </vbox>
118                 <vbox attach-x="3" attach-y="3">
119                     <knob param="p3_q" />
120                     <value param="p3_q" />
121                 </vbox>
122                 <vbox attach-x="3" attach-y="0">
123                     <combo size="1" param="p3_active" />
124                 </vbox>
125             </table>
126         </frame>
127         
128         
129         <frame label="Highshelf">
130             <vbox>
131                 <combo size="1" param="hs_active" />
132                 <label/>
133                 <label param="hs_freq" text="Frequency"/>
134                 <knob param="hs_freq"/>
135                 <value param="hs_freq" align-y="0"/>
136                 <label/>
137                 <label param="hs_level" text="Level"/>
138                 <knob param="hs_level" type="1"/>
139                 <value param="hs_level" />
140             </vbox>
141         </frame>
142     </hbox>
143 </vbox>