2 new styles: Wood and Hybreed
[calf.git] / gui / gui-saturator.xml
blob5c41fbc54312af2c53f3de5cd07fff89d51291cd
1 <vbox>
2     <table expand-y="0" expand-x="1" spacing="5" rows="1" cols="7">
3         <label param="level_in" attach-x="0" attach-y="0" expand-x="0" />
4         <knob param="level_in" attach-x="0" attach-y="1" attach-h="2" expand-x="0" type="1" />
5         <value param="level_in" attach-x="0" attach-y="3" expand-x="0" />
6         
7         <label attach-x="1" attach-y="0" expand-x="1" text="Input level" />
8         <vumeter param="meter_inL" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="1" attach-y="1" expand-x="1" />
9         <vumeter param="meter_inR" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="1" attach-y="2" expand-x="1" />
10         <meterscale param="meter_outR" marker="0 0.0625 0.125 0.25 0.5 0.71 1" dots="1" position="2" mode="0" attach-x="1" attach-y="3" expand-x="1" />
11         
12         <label attach-x="2" attach-y="0" expand-x="0" text="Clip" />
13         <led param="clip_inL" attach-x="2" attach-y="1" expand-x="0" />
14         <led param="clip_inR" attach-x="2" attach-y="2" expand-x="0" />
15         
16         <label param="bypass" attach-x="4" attach-y="0" expand-x="0" />
17         <toggle param="bypass" icon="bypass" attach-x="4" attach-y="1" attach-h="2" expand-x="0" pad-x="10"/>
18         
19         <label attach-x="5" attach-y="0" expand-x="1" text="Output level"/>
20         <vumeter param="meter_outL" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="5" attach-y="1" expand-x="1" />
21         <vumeter param="meter_outR" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="5" attach-y="2" expand-x="1" />
22         <meterscale param="meter_outR" marker="0 0.0625 0.125 0.25 0.5 0.71 1" dots="1" position="2" mode="0" attach-x="5" attach-y="3" expand-x="1" />
23         
24         <label attach-x="6" attach-y="0" expand-x="0" text="Clip"/>
25         <led param="clip_outL" mode="1" attach-x="6" attach-y="1" expand-x="0" />
26         <led param="clip_outR" mode="1" attach-x="6" attach-y="2" expand-x="0" />
27         
28         <label param="level_out" attach-x="8" attach-y="0" expand-x="0" />
29         <knob param="level_out" attach-x="8" attach-y="1" attach-h="2" expand-x="0" type="1" />
30         <value param="level_out" attach-x="8" attach-y="3" expand-x="0" />
31     </table>
32     <hbox>
33         <hbox>
34             <label text="Tape" />
35             <hscale param="blend" />
36             <label text="Tube" />
37         </hbox>
38         <vbox>
39             <label param="drive" />
40             <knob param="drive" size="5" ticks="0.1 1 2 3 4 5 6 7 8 9 10" />
41             <value param="drive" />
42         </vbox>    
43         <vbox>
44             <label param="mix" />
45             <knob param="mix" size="3" ticks="0 0.5 1" />
46             <value param="mix" />
47         </vbox>
48     </hbox>
49     <hbox spacing="8">
50         <frame label="Pre Filter">
51             <hbox homogeneous="1" spacing="10">
52                 <vbox>
53                     <label param="hp_pre_freq" />
54                     <knob param="hp_pre_freq" ticks="10 100 1000 20000" />
55                     <value param="hp_pre_freq" />
56                 </vbox>
57                 <vbox>
58                     <label param="lp_pre_freq" />
59                     <knob param="lp_pre_freq" type="2" ticks="10 100 1000 20000"/>
60                     <value param="lp_pre_freq" />
61                 </vbox>
62             </hbox>
63         </frame>
64         
65         <frame label="Tone Control">
66             <hbox homogeneous="1" spacing="10">
67                 <vbox>
68                     <label param="p_freq" attach-x="0" attach-y="0" />
69                     <knob param="p_freq" attach-x="1" attach-y="0" ticks="80 800 8000" />
70                     <value param="p_freq" attach-x="2" attach-y="0" />
71                 </vbox>
72                 <vbox>
73                     <label param="p_level" attach-x="0" attach-y="1" />
74                     <knob param="p_level" attach-x="1" attach-y="0" type="1" />
75                     <value param="p_level" attach-x="2" attach-y="1" />
76                 </vbox>
77                 <vbox>
78                     <label param="p_q" attach-x="0" attach-y="2" />
79                     <knob param="p_q" attach-x="1" attach-y="2" ticks="0.1 1 10" />
80                     <value param="p_q" attach-x="2" attach-y="2" />
81                 </vbox>
82             </hbox>
83         </frame>
84         
85         <frame label="Post Filter">
86             <hbox homogeneous="1" spacing="10">
87                 <vbox>
88                     <label param="hp_post_freq" />
89                     <knob param="hp_post_freq" ticks="10 100 1000 20000" />
90                     <value param="hp_post_freq" />
91                 </vbox>
92                 <vbox>
93                     <label param="lp_post_freq" />
94                     <knob param="lp_post_freq" type="2" ticks="10 100 1000 20000" />
95                     <value param="lp_post_freq" />
96                 </vbox>
97             </hbox>
98         </frame>
99     </hbox>
100 </vbox>