New rack rack-ears
[calf.git] / gui / gui-eq8.xml
blob3841cedb28827e988d55e543d1c3a936396a9b8d
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     <align attach-x="0" attach-y="0" attach-w="2" align-x="1.0">
32         <hbox expand="0" fill="0" spacing="30">
33             <hbox expand="0" fill="0" spacing="10">
34                 <label text="Individual Graphs"/>
35                 <toggle size="1" param="individuals"/>
36             </hbox>
37             <hbox expand="0" fill="0" spacing="10">
38                 <label text="Analyzer"/>
39                 <toggle size="1" param="analyzer"/>
40                 <combo param="analyzer_mode"/>
41             </hbox>
42         </hbox>
43     </align>
44     <frame attach-x="0" attach-y="1" label="Frequency Response">
45         <table rows="1" cols="2">
46             <if cond="directlink">
47                 <line-graph attach-x="0" attach-y="0" 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"/>
48             </if>
49             <vbox spacing="3" attach-x="1" attach-y="0" expand-x="0" fill-x="0" >
50                 <label text="Zoom"  expand="0" fill="0"/>
51                 <vscale param="zoom" inverted="1" expand="0" fill="0"/>
52                 <value param="zoom"  expand="0" fill="0"/>
53             </vbox>
54         </table>
55     </frame>
56     
57     <hbox>
58         <frame label="Highpass">
59             <vbox>
60                 <combo param="hp_active"/>
61                 <label/>
62                 <label param="hp_freq" text="Frequency"/>
63                 <knob param="hp_freq" size="3"/>
64                 <value param="hp_freq" />
65                 <label/>
66                 <label param="hp_mode" text="Rolloff"/>
67                 <combo param="hp_mode" />
68             </vbox>
69         </frame>
70         
71         
72         <frame label="Lowshelf">
73             <vbox>
74                 <combo size="1" param="ls_active" />
75                 <label/>
76                 <label param="ls_freq" text="Frequency"/>
77                 <knob param="ls_freq"/>
78                 <value param="ls_freq" align-y="0"/>
79                 <label/>
80                 <label param="ls_level" text="Level"/>
81                 <knob param="ls_level" type="1"/>
82                 <value param="ls_level" />
83             </vbox>
84         </frame>
85         
86         
87         <frame label="Parametrics" attach-x="1" attach-y="1">
88             <table rows="4" cols="5">
89                 <label text="Freq" attach-x="0" attach-y="1" />
90                 <label text="Level" attach-x="0" attach-y="2" />
91                 <label text="Q" attach-x="0" attach-y="3" />
92                 <label text="Active" attach-x="0" attach-y="0" />
93                 
94                 <vbox attach-x="1" attach-y="1">
95                     <knob param="p1_freq" />
96                     <value param="p1_freq" />
97                 </vbox>
98                 <vbox attach-x="1" attach-y="2">
99                     <knob param="p1_level" type="1" />
100                     <value param="p1_level" />
101                 </vbox>
102                 <vbox attach-x="1" attach-y="3">
103                     <knob param="p1_q" />
104                     <value param="p1_q" />
105                 </vbox>
106                 <vbox attach-x="1" attach-y="0">
107                     <combo size="1" param="p1_active" />
108                 </vbox>
109                 <vbox attach-x="2" attach-y="1">
110                     <knob param="p2_freq" />
111                     <value param="p2_freq" />
112                 </vbox>
113                 <vbox attach-x="2" attach-y="2">
114                     <knob param="p2_level" type="1" />
115                     <value param="p2_level" />
116                 </vbox>
117                 <vbox attach-x="2" attach-y="3">
118                     <knob param="p2_q" />
119                     <value param="p2_q" />
120                 </vbox>
121                 <vbox attach-x="2" attach-y="0">
122                     <combo size="1" param="p2_active" />
123                 </vbox>
124                 <vbox attach-x="3" attach-y="1">
125                     <knob param="p3_freq" />
126                     <value param="p3_freq" />
127                 </vbox>
128                 <vbox attach-x="3" attach-y="2">
129                     <knob param="p3_level" type="1" />
130                     <value param="p3_level" />
131                 </vbox>
132                 <vbox attach-x="3" attach-y="3">
133                     <knob param="p3_q" />
134                     <value param="p3_q" />
135                 </vbox>
136                 <vbox attach-x="3" attach-y="0">
137                     <combo size="1" param="p3_active" />
138                 </vbox>
139                 <vbox attach-x="4" attach-y="1">
140                     <knob param="p4_freq" />
141                     <value param="p4_freq" />
142                 </vbox>
143                 <vbox attach-x="4" attach-y="2">
144                     <knob param="p4_level" type="1" />
145                     <value param="p4_level" />
146                 </vbox>
147                 <vbox attach-x="4" attach-y="3">
148                     <knob param="p4_q" />
149                     <value param="p4_q" />
150                 </vbox>
151                 <vbox  attach-x="4" attach-y="0">
152                     <combo size="1" param="p4_active" />
153                 </vbox>
154             </table>
155         </frame>
156         
157         
158         <frame label="Highshelf">
159             <vbox>
160                 <combo size="1" param="hs_active" />
161                 <label/>
162                 <label param="hs_freq" text="Frequency"/>
163                 <knob param="hs_freq"/>
164                 <value param="hs_freq" align-y="0"/>
165                 <label/>
166                 <label param="hs_level" text="Level"/>
167                 <knob param="hs_level" type="1"/>
168                 <value param="hs_level" />
169             </vbox>
170         </frame>
171         
172         
173         <frame label="Lowpass">
174             <vbox>
175                 <combo param="lp_active"/>
176                 <label/>
177                 <label param="lp_freq" text="Frequency"/>
178                 <knob param="lp_freq" size="3" />
179                 <value param="lp_freq" />
180                 <label/>
181                 <label param="lp_mode" text="Rolloff"/>
182                 <combo param="lp_mode" />
183             </vbox>
184         </frame>
185     </hbox>
186 </vbox>