Ring Modulator: LFO stuff
[calf.git] / gui / gui-enhancer.xml
blob799b086199e13a57db9384e0ff9f75b29d5fda01
1 <vbox spacing="10">
2     <table rows="4" cols="7">
3         <label param="bypass" attach-x="0" attach-y="0" expand-x="0" fill-x="0" />
4         <toggle param="bypass" attach-x="0" attach-y="1" attach-h="2" expand-x="0" fill-x="0" />
5         
6         <label param="level_in" attach-x="1" attach-y="0" expand-x="0" fill-x="0" />
7         <knob param="level_in" attach-x="1" attach-y="1" attach-h="2" expand-x="0" fill-x="0" />
8         <value param="level_in" attach-x="1" attach-y="3" expand-x="0" fill-x="0" />
9         
10         <label param="meter_in" attach-x="2" attach-y="0" expand-x="1" fill-x="1" />
11         <vumeter param="meter_in" hold="1.5" falloff="2.5" attach-x="2" attach-y="1" expand-x="1" fill-x="1" />
12         <vumeter param="meter_out" hold="1.5" falloff="2.5" attach-x="2" attach-y="2" expand-x="1" fill-x="1" />
13         <label param="meter_out" attach-x="2" attach-y="3" expand-x="1" fill-x="1" />
14         
15         <label param="clip_in" attach-x="3" attach-y="0" expand-x="0" fill-x="0" />
16         <led param="clip_in" attach-x="3" attach-y="1" expand-x="0" fill-x="0" />
17         <led param="clip_out" mode="1" attach-x="3" attach-y="2" expand-x="0" fill-x="0" />
18         <label param="clip_out" attach-x="3" attach-y="3" expand-x="0" fill-x="0" />
19         
20         <label param="amount" attach-x="4" attach-y="0" expand-x="0" fill-x="0" />
21         <knob param="amount" attach-x="4" attach-y="1" attach-h="2" expand-x="0" fill-x="0" />
22         <value param="amount" attach-x="4" attach-y="3" expand-x="0" fill-x="0" />
23         
24         <label param="level_out" attach-x="5" attach-y="0" expand-x="0" fill-x="0" />
25         <knob param="level_out" attach-x="5" attach-y="1" attach-h="2" expand-x="0" fill-x="0" />
26         <value param="level_out" attach-x="5" attach-y="3" expand-x="0" fill-x="0" />
27         
28         <label param="listen" attach-x="6" attach-y="0" expand-x="0" fill-x="0" />
29         <toggle param="listen" attach-x="6" attach-y="1" attach-h="2" expand-x="0" fill-x="0" />
30     </table>
31     <frame label="Enhancer">
32         <hbox spacing="25">
33             <vbox>
34                 <label param="drive" />
35                 <knob param="drive" size="5" />
36                 <value param="drive" />
37             </vbox>
38             <vbox spacing="5">
39                 <label param="blend" />
40                 <hscale param="blend" />
41                 <hbox>
42                     <label align-x="0.0" text="2nd" />
43                     <label align-x="1.0" text="3rd" />
44                 </hbox>
45                 <label param="meter_drive" />
46                 <vumeter param="meter_drive" hold="1.5" falloff="2.5" />
47             </vbox>
48             <vbox>
49                 <label param="freq" />
50                 <knob param="freq" size="2" />
51                 <value param="freq" />
52             </vbox>
53             <vbox>
54                 <label param="floor" />
55                 <knob param="floor" size="3" />
56                 <value param="floor" />
57                 <toggle param="floor_active" />
58             </vbox>
59         </hbox>
60     </frame>
61 </vbox>