More refactoring.
[calf.git] / gui / gui-multichorus.xml
blob8311a4a123fe094dd8b3be87845de1e33255c402
1 <table rows="2" cols="3">
2     <frame label="Timbre" attach-x="0" attach-y="1" shrink-y="1">
3         <table rows="1" cols="5" homogeneous="1" spacing="10" attach-x="0" attach-y="1">
4             <vbox attach-x="0" attach-y="0">
5                 <label param="min_delay" />
6                 <knob param="min_delay" />
7                 <value param="min_delay" />
8             </vbox>
9             <vbox attach-x="1" attach-y="0">
10                 <label param="mod_depth" />
11                 <knob param="mod_depth" />
12                 <value param="mod_depth" />
13             </vbox>
14             <vbox attach-x="2" attach-y="0">
15                 <label param="overlap" />
16                 <knob param="overlap" />
17                 <value param="overlap" />
18             </vbox>
19             <vbox attach-x="3" attach-y="0">
20                 <label param="dry" />
21                 <knob param="dry" />
22                 <value param="dry" />
23             </vbox>
24             <vbox attach-x="4" attach-y="0">
25                 <label param="amount" />
26                 <knob param="amount" />
27                 <value param="amount" />
28             </vbox>
29         </table>
30     </frame>
31     <frame label="LFO" attach-x="1" attach-y="0" shrink-y="1" expand-y="1" fill-y="1" pad-x="8">
32         <table rows="2" cols="2" homogeneous="1" spacing="10">
33             <vbox attach-x="0" attach-y="0">
34                 <label param="mod_rate" />
35                 <knob param="mod_rate" />
36                 <value param="mod_rate" />
37             </vbox>
38             <vbox attach-x="1" attach-y="0">
39                 <label param="voices" />
40                 <knob param="voices" />
41                 <value param="voices" />
42             </vbox>
43             <vbox attach-x="0" attach-y="1">
44                 <label param="stereo" />
45                 <knob param="stereo" type="3" size="3" />
46                 <value param="stereo" />
47             </vbox>
48             <vbox attach-x="1" attach-y="1">
49                 <label param="vphase" />
50                 <knob param="vphase" type="3" size="3" />
51                 <value param="vphase" />
52             </vbox>
53         </table>
54     </frame>
55     <frame label="Post Filter" attach-x="1" attach-y="1" shrink-y="1" pad-x="8">
56         <table rows="1" cols="3" spacing="10">
57             <vbox attach-x="0" attach-y="0">
58                 <label param="freq" />
59                 <knob param="freq" size="2" />
60                 <value param="freq" />
61             </vbox>
62             <vbox attach-x="1" attach-y="0">
63                 <label param="q" />
64                 <knob param="q" />
65                 <value param="q" />
66             </vbox>
67             <vbox attach-x="2" attach-y="0">
68                 <label param="freq2" />
69                 <knob param="freq2" size="2" />
70                 <value param="freq2" />
71             </vbox>
72         </table>
73     </frame>
74     <if cond="directlink">
75         <hbox attach-x="0" attach-y="0" fill-y="1" expand-y="1" spacing="8">
76             <frame label="Freq. response">
77                 <vbox expand-x="1" fill-x="1" attach-x="3" attach-y="0" attach-h="7">
78                     <line-graph refresh="1" width="200" height="160" param="min_delay"/>
79                 </vbox>
80             </frame>
81             <frame label="LFO positions">
82                 <vbox expand-x="1" fill-x="1" attach-x="3" attach-y="0" attach-h="7">
83                     <line-graph refresh="1" width="200" height="30" param="mod_depth"/>
84                     <line-graph refresh="1" width="200" height="160" param="mod_rate"/>
85                 </vbox>
86             </frame>
87         </hbox>
88     </if>
89 </table>