FFTW2 -> FFTW3
[calf.git] / gui / gui-gate.xml
blobf75f1d427b64004fee0ce664c98caa17ca51d742
1 <hbox spacing="10">
3     <vbox spacing="20" expand="0" fill="0">
4         <vbox expand="0" fill="0" spacing="7" >
5             <label param="bypass" expand="0" fill="0" />
6             <align><toggle param="bypass" shrink="1" size="2"/></align>
7         </vbox>
8         <vbox expand="0" fill="0" spacing="7">
9             <label param="range" expand="0" fill="0" expand-y="0" fill-y="0" />
10             <knob param="range" size="5" expand="1" fill="1" />
11             <value param="range" />
12         </vbox>
13         <vbox expand="1" fill="1">
14             <label expand="1" fill="1" />
15         </vbox>
16     </vbox>
18     <vbox spacing="5">
19         <frame label="Gate">
20             <vbox spacing="5">
21                 <table expand="0" fill="0" rows="3" cols="3">
22                     <label param="meter_in" expand-x="0" fill-x="0" attach-x="0" attach-y="0" />
23                     <vumeter param="meter_in" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="1" attach-y="0" expand-x="1" fill-x="1" />
24                     <led param="clip_in" mode="0" expand-x="0" fill-x="0" attach-x="2" attach-y="0" />
25                     
26                     <label param="meter_out" expand-x="0" fill-x="0" attach-x="0" attach-y="1" />
27                     <vumeter param="meter_out" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="1" attach-y="1" expand-x="1" fill-x="1" />
28                     <led param="clip_out" mode="1" expand-x="0" fill-x="0" attach-x="2" attach-y="1" />
29                     
30                     <label param="gating" expand-x="0" fill-x="0" attach-x="0" attach-y="2" />
31                     <vumeter param="gating" position="2" mode="2" hold="1.5" expand-x="1" fill-x="1" attach-x="1" attach-y="2" attach-w="2" />
32                 </table>
33                 
34                 <table expand="1" rows="2" cols="3" homogeneous="1">
35                     <vbox expand="0" attach-x="0" attach-y="0">
36                         <label param="attack" />
37                         <knob param="attack" />
38                         <value param="attack" />
39                     </vbox>
40                     <vbox expand="0" attach-x="1" attach-y="0">
41                         <label param="release" />
42                         <knob param="release" />
43                         <value param="release" />
44                     </vbox>
45                     <vbox expand="0" attach-x="2" attach-y="0">
46                         <label param="knee" />
47                         <knob param="knee" />
48                         <value param="knee" />
49                     </vbox>
50                     <vbox expand="0" attach-x="0" attach-y="1">
51                         <label param="ratio" />
52                         <knob param="ratio" />
53                         <value param="ratio" />
54                     </vbox>
55                     <vbox expand="0" attach-x="1" attach-y="1">
56                         <label param="threshold" />
57                         <knob param="threshold"/>
58                         <value param="threshold" />
59                     </vbox>
60                     <vbox expand="0" attach-x="2" attach-y="1">
61                         <label param="makeup" />
62                         <knob param="makeup" />
63                         <value param="makeup" />
64                     </vbox>
65                 </table>
66             </vbox>
67         </frame>
68         <frame label="Options">
69             <vbox spacing="10" pad-x="5" fill-y="0" expand-y="0">
70                 <vbox expand="1" expand-y="0" expand-x="1" fill-x="1">
71                     <label param="stereo_link" expand-y="0" fill-y="0"/>
72                     <align>
73                         <hbox expand="0" fill-y="0" expand-x="1" fill-x="1">
74                             <radio param="stereo_link" value="Average" expand-x="1" fill-x="1"/>
75                             <radio param="stereo_link" value="Maximum" expand-x="1" fill-x="1"/>
76                         </hbox>
77                     </align>
78                 </vbox>
79                 <vbox expand="1" expand-y="0">
80                     <label param="detection" expand-y="0" fill-y="0" expand-x="1" fill-x="1"/>
81                     <align>
82                         <hbox expand="0" fill-y="0" expand-x="1" fill-x="1" >
83                             <radio param="detection" value="RMS" expand-x="1" fill-x="1"/>
84                             <radio param="detection" value="Peak" expand-x="1" fill-x="1"/>
85                         </hbox>
86                     </align>
87                 </vbox>
88             </vbox>
89         </frame>
90     </vbox>
91     
92     
93       <frame label="Gating">
94         <vbox >
95             <if cond="directlink">
96                 <line-graph refresh="1" width="340" height="340" param="gating" square="1" expand="1" fill="1"/>
97             </if>
98         </vbox>
99       </frame>
100 </hbox>