EQ8/EQ12: High pass and low pass with Q
[calf.git] / gui / gui-sidechaingate.xml
blobbf3e56d82a2e5c836356ab006278a121f4e9ad9a
1 <hbox spacing="8">
3     <vbox spacing="20" expand="0" fill="0">
4         <vbox attach-x="0" attach-y="0" expand="0" fill="0" pad-x="7" pad-y="7" spacing="7" >
5             <label param="bypass" expand="0" fill="0" />
6             <align><toggle param="bypass" icon="bypass" shrink="1" size="2"/></align>
7         </vbox>
8         <label/>
9         <vbox attach-x="0" attach-y="1" expand="0" fill="0" pad-y="20" pad-x="7" spacing="5">
10             <label param="range" expand="0" fill="0" expand-y="0" fill-y="0" />
11             <knob param="range" size="5" type="2" expand="1" fill="1" ticks="0 0.0625 0.25 0"/>
12             <value param="range" />
13         </vbox>
14     </vbox>
16     <vbox>
17         <frame label="Gate">
18             <vbox>
19                 <table expand="0" fill="0" rows="2" cols="3">
20                     <label param="meter_in" expand-y="0" fill-y="0" expand-x="0" fill-x="0" attach-x="0" attach-y="0" />
21                     <vumeter param="meter_in" expand-y="0" fill-y="0" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="1" attach-y="0" expand-x="1" fill-x="1" />
22                     <led param="clip_in" mode="0" expand-y="0" fill-y="0" expand-x="0" fill-x="0" attach-x="2" attach-y="0" />
23                     
24                     <label param="meter_out" expand-y="0" fill-y="0" expand-x="0" fill-x="0" attach-x="0" attach-y="1" />
25                     <vumeter param="meter_out" expand-y="0" fill-y="0" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="1" attach-y="1" expand-x="1" fill-x="1" />
26                     <led param="clip_out" mode="1" expand-y="0" fill-y="0" expand-x="0" fill-x="0" attach-x="2" attach-y="1" />
27                 </table>
28                 
29                 <table expand="1" rows="2" cols="3" homogeneous="1">
30                     <vbox attach-x="0" attach-y="0">
31                         <label param="attack" />
32                         <knob param="attack" ticks="0 1 10 100 2000" />
33                         <value param="attack" />
34                     </vbox>
35                     <vbox attach-x="1" attach-y="0">
36                         <label param="release" />
37                         <knob param="release" ticks="0 1 10 100 2000" />
38                         <value param="release" />
39                     </vbox>
40                     <vbox attach-x="2" attach-y="0">
41                         <label param="knee" />
42                         <knob param="knee" ticks="1 2 4 8" />
43                         <value param="knee" />
44                     </vbox>
45                     <vbox attach-x="0" attach-y="1">
46                         <label param="ratio" />
47                         <knob param="ratio" ticks="1 2 5 21" />
48                         <value param="ratio" />
49                     </vbox>
50                     <vbox attach-x="1" attach-y="1">
51                         <label param="threshold" />
52                         <knob param="threshold"/>
53                         <value param="threshold" />
54                     </vbox>
55                     <vbox attach-x="2" attach-y="1">
56                         <label param="makeup" />
57                         <knob param="makeup" />
58                         <value param="makeup" />
59                     </vbox>
60                 </table>
61             </vbox>
62         </frame>
63         <frame label="Sidechain">
64             <hbox>
65                 <vbox>
66                     <label text="Active" expand="0" fill="0" />
67                     <toggle param="sc_route" icon="sc_comp" fill="0" expand="0"/>
68                     <label/>
69                 </vbox>
70                 <vbox>
71                     <label text="Level" expand="0" fill="0" attach-x="0" attach-y="3" />
72                     <knob param="sc_level" size="2" expand="0" fill="0" type="1" attach-x="1" attach-y="3"/>
73                     <value param="sc_level" expand="0" fill="0" attach-x="2" attach-y="3" />
74                 </vbox>
75                 <vbox>
76                     <label text="Listen" expand="0" fill="0" />
77                     <toggle param="sc_listen" icon="listen" fill="0" expand="0"/>
78                     <label/>
79                 </vbox>
80             </hbox>
81         </frame>
82     </vbox>
83     
84     
85       <frame label="Gating">
86         <vbox spacing="8">
87             <if cond="directlink">
88                 <line-graph refresh="1" width="265" height="265" param="bypass" square="1" expand="1" fill="1"/>
89             </if>
90             <vumeter param="gating" position="2" mode="2" hold="1.5" />
91         </vbox>
92       </frame>
93     
94     <vbox spacing="5">
95         
96         <frame label="Options">
97             <hbox homogeneous="1">
98                 <vbox>
99                     <label param="stereo_link" expand-y="0" fill-y="0"/>
100                     <combo param="stereo_link"/>
101                 </vbox>
102                 <vbox>
103                     <label param="detection" expand-y="0" fill-y="0" expand-x="1" fill-x="1"/>
104                     <combo param="detection"/>
105                 </vbox>
106             </hbox>
107         </frame>
108         
109         <if cond="directlink">
110             <frame label="S/C Filter">
111                 <vbox spacing="8">
112                     <line-graph refresh="1" width="235" height="112" param="sc_listen" expand="1" fill="1" crosshairs="1" freqhandles="4" handle1-x="f1_freq" label1="F1" handle2-x="f2_freq" label2="F2" active1="f1_active" active2="f2_active" />
113                     <combo param="sc_mode" fill="0" expand="0" />
114                 </vbox>
115             </frame>
116         </if>
117         
118         <hbox spacing="8">
119             <frame label="Filter 1">
120                 <hbox>
121                     <vbox>
122                         <label text="Active" />
123                         <led param="f1_active" mode="7"/>
124                         <label/>
125                     </vbox>
126                     <vbox>
127                         <label text="Freq" />
128                         <knob param="f1_freq" size="2" ticks="10 100 1000 18000" />
129                         <value param="f1_freq" />
130                     </vbox>
131                     <vbox>
132                         <label text="Level" />
133                         <knob param="f1_level" type="1" size="2" />
134                         <value param="f1_level" />
135                     </vbox>
136                 </hbox>
137             </frame>
138             
139             <frame label="Filter 2">
140                 <hbox>
141                     <vbox>
142                         <label text="Active" />
143                         <led param="f2_active" mode="7"/>
144                         <label/>
145                     </vbox>
146                     <vbox>
147                         <label text="Freq" />
148                         <knob param="f2_freq" size="2" ticks="10 100 1000 18000" />
149                         <value param="f2_freq" />
150                     </vbox>
151                     <vbox>
152                         <label text="Level" />
153                         <knob param="f2_level" type="1" size="2" />
154                         <value param="f2_level" />
155                     </vbox>
156                 </hbox>
157             </frame>
158         </hbox>
159         
160     </vbox>
161 </hbox>