+ GUI: New graphics for tubes
[calf.git] / gui / gui-reverb.xml
blobc3fd6a0dce194c084974b5055a58cf3a997386bc
1 <hbox spacing="20">
2     <vbox>
3         <hbox fill-y="0" expand-y="0" spacing="20">
4             <vbox fill="0" expand="0" spacing="3">
5                 <label param="predelay" fill="0" expand="0" />
6                 <knob param="predelay" size="3" fill="0" expand="0" />
7                 <value param="predelay" fill="0" expand="0" />
8             </vbox>
9             <vbox fill="0" expand="0" spacing="3">
10                 <label param="decay_time" fill="0" expand="0"/>
11                 <knob param="decay_time" size="5" fill="0" expand="0" />
12                 <value param="decay_time" fill="0" expand="0" />
13             </vbox>
14             <vbox fill="0" expand="0" spacing="3">
15                 <label param="hf_damp" fill="0" expand="0" />
16                 <knob param="hf_damp" size="3" fill="0" expand="0" />
17                 <value param="hf_damp" fill="0" expand="0" />
18             </vbox>
19         </hbox>
20         <vbox border="10">
21             <label param="room_size"  />
22             <combo param="room_size" />
23         </vbox>
24     </vbox>
25     <table homogeneous="1" spacing="2" rows="2" cols="4" fill="1" expand="1">
26         <vbox attach-x="0" attach-y="0" fill="0" expand="0" spacing="3">
27             <label param="diffusion" fill="0" expand="0" />
28             <knob param="diffusion" fill="0" expand="0"/>
29             <value param="diffusion" fill="0" expand="0" />
30         </vbox>
31         <vbox attach-x="1" attach-y="0" fill="0" expand="0" spacing="3">
32             <label param="bass_cut" />
33             <knob param="bass_cut" size="2" />
34             <value param="bass_cut" />
35         </vbox>
36         <vbox attach-x="2" attach-y="0" fill="0" expand="0" spacing="3">
37             <label param="treble_cut" />
38             <knob param="treble_cut" size="2" />
39             <value param="treble_cut" />
40         </vbox>
41         <vbox attach-x="3" attach-y="0" fill="0" expand="0" spacing="3">
42             <label param="dry" />
43             <knob param="dry" size="2" />
44             <value param="dry" />
45         </vbox>
46         <vbox attach-x="4" attach-y="0" fill="0" expand="0" spacing="3">
47             <label param="amount" />
48             <knob param="amount" size="2" />
49             <value param="amount" />
50         </vbox>
51         <frame label="Levels" attach-x="0" attach-y="1"  attach-w="5" fill-y="1" expand-y="1" fill-x="1" expand-x="1">
52         <table cols="3" rows="3" attach-w="5">
53             <label attach-x="0" attach-y="0" expand-x="0" fill-x="0" />
54             <label param="meter_wet" attach-x="0" attach-y="1" expand-y="1" fill-y="0" expand-x="0" fill-x="0" />
55             <vumeter param="meter_wet" hold="1.5" falloff="2.5" attach-x="1" attach-y="1" attach-w="2" expand-y="1" fill-y="0" expand-x="1" fill-x="1"/>
56             <label param="meter_out" attach-x="0" attach-y="2" expand-y="1" fill-y="0" expand-x="0" fill-x="0"/>
57             <vumeter param="meter_out" hold="1.5" falloff="2.5" attach-x="1" attach-y="2" attach-w="2" expand-y="1" fill-y="0" expand-x="1" fill-x="1" />
58             <!--<led param="clip" mode="0" attach-x="2" attach-y="2" expand-x="0" fill-x="0"/>-->
59         </table>
60         </frame>
61     </table>
62 </hbox>