+ JACK host: fix compilation with LASH (thanks Joeboy&drobilla) and printf format...
[calf.git] / gui / gui-eq5.xml
blob5e06e35b13911dbba82be641a5164cbf0e85b98b
1 <table rows="2" cols="3">
2     <vbox attach-x="0" attach-y="0">
3         <frame label="Input">
4             <vbox spacing="15">
5                 <table rows="2" cols="3">
6                     <label param="meter_inL" attach-x="0" attach-y="0" fill-x="0" expand-x="0" fill-y="0" expand-y="0" text="L"/>
7                     <vumeter param="meter_inL" hold="1.5" falloff="2.5"  attach-x="1" attach-y="0" fill-x="1" expand-x="1" fill-y="0" expand-y="0"/>
8                     <led param="clip_inL" attach-x="2" attach-y="0" fill-x="0" expand-x="0" fill-y="0" expand-y="0" />
9                     
10                     <label param="meter_inR" attach-x="0" attach-y="1" fill-x="0" expand-x="0" fill-y="0" expand-y="0" text="R"/>
11                     <vumeter param="meter_inR" hold="1.5" falloff="2.5" attach-x="1" attach-y="1" fill-x="1" expand-x="1" fill-y="0" expand-y="0"/>
12                     <led param="clip_inR" attach-x="2" attach-y="1" fill-x="0" expand-x="0" fill-y="0" expand-y="0"/>
13                 </table>
14                 <hbox>
15                     <vbox expand="0">
16                         <toggle param="bypass" size="2" />
17                         <label param="bypass" />
18                     </vbox>
19                     <vbox>
20                         <knob param="level_in" size="5" />
21                         <value param="level_in" />
22                     </vbox>
23                 </hbox>
24             </vbox>
25         </frame>
26     </vbox>
27     
28     <hbox attach-x="0" attach-y="1">
29         <frame label="Lowshelf">
30             <table rows="2" cols="2" homogeneous="1">
31                 <vbox attach-x="0" attach-y="0">
32                     <label param="ls_freq" text="Frequency" />
33                     <knob param="ls_freq" />
34                     <value param="ls_freq" />
35                 </vbox>
36                 <vbox attach-x="1" attach-y="0">
37                     <label param="ls_level" text="Level" />
38                     <knob param="ls_level" type="1" />
39                     <value param="ls_level" />
40                 </vbox>
41                 <vbox attach-x="1" attach-y="1" fill-y="0">
42                     <label param="ls_active" text="Active"/>
43                     <toggle size="1" param="ls_active" />
44                 </vbox>
45             </table>
46         </frame>
47     </hbox>
48     
49     <if cond="directlink">
50         <frame label="Frequency Response" attach-x="1" attach-y="0" pad-x="8">
51             <line-graph refresh="1" param="p1_freq" expand="1" fill="1"/>
52         </frame>
53     </if>
54     
55     <hbox attach-x="1" attach-y="1" spacing="8" pad-x="8">
56         <frame label="Parametric 1">
57             <table rows="2" cols="2" homogeneous="1">
58                 <vbox attach-x="0" attach-y="0">
59                     <label param="p1_freq" text="Frequency" />
60                     <knob param="p1_freq" />
61                     <value param="p1_freq" />
62                 </vbox>
63                 <vbox attach-x="1" attach-y="0">
64                     <label param="p1_level" text="Level" />
65                     <knob param="p1_level" type="1" />
66                     <value param="p1_level" />
67                 </vbox>
68                 <vbox attach-x="0" attach-y="1">
69                     <label param="p1_q" text="Q" />
70                     <knob param="p1_q" />
71                     <value param="p1_q" />
72                 </vbox>
73                 <vbox attach-x="1" attach-y="1" fill-y="0">
74                     <label param="p1_active" text="Active" />
75                     <toggle size="1" param="p1_active" />
76                 </vbox>
77             </table>
78         </frame>
79         <frame label="Parametric 2">
80             <table rows="2" cols="2" homogeneous="1">
81                 <vbox attach-x="0" attach-y="0">
82                     <label param="p2_freq" text="Frequency" />
83                     <knob param="p2_freq" />
84                     <value param="p2_freq" />
85                 </vbox>
86                 <vbox attach-x="1" attach-y="0">
87                     <label param="p2_level" text="Level" />
88                     <knob param="p2_level" type="1" />
89                     <value param="p2_level" />
90                 </vbox>
91                 <vbox attach-x="0" attach-y="1">
92                     <label param="p2_q" text="Q" />
93                     <knob param="p2_q" />
94                     <value param="p2_q" />
95                 </vbox>
96                 <vbox attach-x="1" attach-y="1" fill-y="0">
97                     <label param="p2_active" text="Active" />
98                     <toggle size="1" param="p2_active" />
99                 </vbox>
100             </table>
101         </frame>
102         <frame label="Parametric 3">
103             <table rows="2" cols="2" homogeneous="1">
104                 <vbox attach-x="0" attach-y="0">
105                     <label param="p3_freq" text="Frequency" />
106                     <knob param="p3_freq" />
107                     <value param="p3_freq" />
108                 </vbox>
109                 <vbox attach-x="1" attach-y="0">
110                     <label param="p3_level" text="Level" />
111                     <knob param="p3_level" type="1" />
112                     <value param="p3_level" />
113                 </vbox>
114                 <vbox attach-x="0" attach-y="1">
115                     <label param="p3_q" text="Q" />
116                     <knob param="p3_q" />
117                     <value param="p3_q" />
118                 </vbox>
119                 <vbox attach-x="1" attach-y="1" fill-y="0">
120                     <label param="p3_active" text="Active" />
121                     <toggle size="1" param="p3_active" />
122                 </vbox>
123             </table>
124         </frame>
125     </hbox>
126     
127     <vbox attach-x="2" attach-y="0">
128         <frame label="Output">
129             <vbox spacing="15">
130                 <table rows="2" cols="3">
131                     <label param="meter_outL"  attach-x="0" attach-y="0" fill-x="0" expand-x="0" fill-y="0" expand-y="0" text="L"/>
132                     <vumeter param="meter_outL" hold="1.5" falloff="2.5" attach-x="1" attach-y="0" fill-x="1" expand-x="1" fill-y="0" expand-y="0"/>
133                     <led param="clip_outL" mode="1" attach-x="2" attach-y="0" fill-x="0" expand-x="0" fill-y="0" expand-y="0" />
134                     
135                     <label param="meter_outR"  attach-x="0" attach-y="1" fill-x="0" expand-x="0" fill-y="0" expand-y="0" text="R"/>
136                     <vumeter param="meter_outR" hold="1.5" falloff="2.5" attach-x="1" attach-y="1" fill-x="1" expand-x="1" fill-y="0" expand-y="0"/>
137                     <led param="clip_outR" mode="1" attach-x="2" attach-y="1" fill-x="0" expand-x="0" fill-y="0" expand-y="0"/>
138                 </table>
139                 <hbox>
140                     <vbox>
141                         <knob param="level_out" size="5" />
142                         <value param="level_out" />
143                     </vbox>
144                 </hbox>
145             </vbox>
146         </frame>
147     </vbox>
148     
149     <hbox attach-x="2" attach-y="1">
150         <frame label="Highshelf">
151             <table rows="2" cols="2" homogeneous="1">
152                 <vbox attach-x="0" attach-y="0">
153                     <label param="hs_freq" text="Frequency"/>
154                     <knob param="hs_freq" />
155                     <value param="hs_freq" />
156                 </vbox>
157                 <vbox attach-x="1" attach-y="0">
158                     <label param="hs_level" text="Level"/>
159                     <knob param="hs_level" type="1" />
160                     <value param="hs_level" />
161                 </vbox>
162                 <vbox attach-x="1" attach-y="1" fill-y="0">
163                     <label param="hs_active" text="Active"/>
164                     <toggle size="1" param="hs_active" />
165                 </vbox>
166             </table>
167         </frame>
168     </hbox>
169 </table>