More refactoring.
[calf.git] / gui / gui-flanger.xml
blob963ee0ce4ec5988a62b5f85af8b2cb3b81afe7b9
1 <table rows="2" cols="3">
2     <table attach-x="1" attach-y="1" rows="1" cols="1" homogeneous="1" spacing="10">
3         <vbox expand="0" attach-x="0" attach-y="0">
4             <label param="min_delay" />
5             <knob param="min_delay" />
6             <value param="min_delay" />
7         </vbox>
8         <vbox expand="0" attach-x="1" attach-y="0">
9             <label param="mod_depth" />
10             <knob param="mod_depth" />
11             <value param="mod_depth" />
12         </vbox>
13         <vbox expand="0" attach-x="2" attach-y="0">
14             <label param="feedback" />
15             <knob param="feedback" type="1" />
16             <value param="feedback" />
17         </vbox>
18         <vbox expand="0" attach-x="3" attach-y="0">
19             <label param="dry" />
20             <knob param="dry" />
21             <value param="dry" />
22         </vbox>
23         <vbox expand="0" attach-x="4" attach-y="0">
24             <label param="amount" />
25             <knob param="amount" />
26             <value param="amount" />
27         </vbox>
28     </table>
29     
30     <vbox border="10" attach-x="0" attach-y="0">
31         <label param="mod_rate" align-y="1.0" />
32         <knob param="mod_rate" size="5" expand="0" fill="0" />
33         <value param="mod_rate" align-y="0.0" />
34     </vbox>
35     <vbox border="10" attach-x="2" attach-y="0">
36         <label param="stereo" align-y="1.0" />
37         <knob param="stereo" type="3" size="5" expand="0" fill="0" />
38         <value param="stereo" align-y="0.0" />
39     </vbox>
40     
41     <if cond="directlink">
42         <frame expand-y="1" fill-y="1" attach-x="1" attach-y="0" label="Freq. response">
43             <line-graph refresh="1" width="160" height="160" param="min_delay"/>
44         </frame>
45     </if>
46     
47     <align expand="0" attach-x="2" attach-y="1"><button param="reset" /></align>
48 </table>