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