EQ8/EQ12: High pass and low pass with Q
[calf.git] / gui / gui-crusher.xml
blobef48854df2fdece852d37b2221eaafa1985a44aa
1 <vbox spacing="8">
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_inR" 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="3" attach-y="0" expand-x="0" />
17         <toggle param="bypass" icon="bypass" attach-x="3" attach-y="1" attach-h="2" expand-x="0" pad-x="10"/>
18         
19         <label attach-x="4" 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="4" attach-y="1" expand-x="1" />
21         <vumeter param="meter_outR" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="4" 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="4" attach-y="3" expand-x="1" />
23         
24         <label attach-x="5" attach-y="0" expand-x="0" text="Clip"/>
25         <led param="clip_outL" mode="1" attach-x="5" attach-y="1" expand-x="0" />
26         <led param="clip_outR" mode="1" attach-x="5" attach-y="2" expand-x="0" />
27         
28         <label param="level_out" attach-x="6" attach-y="0" expand-x="0" />
29         <knob param="level_out" attach-x="6" attach-y="1" attach-h="2" expand-x="0" type="1" />
30         <value param="level_out" attach-x="6" attach-y="3" expand-x="0" />
31     </table>
32     <hbox spacing="20">
33         <if cond="directlink">
34             <frame label="Response">
35                 <line-graph refresh="1" width="290" height="120" param="morph"/>
36             </frame>
37         </if>
38         <vbox spacing="10">
39             <label param="bits" />
40             <knob param="bits" size="5" type="2" ticks="1 2 4 6 8 12 16"/>
41             <value param="bits" />
42         </vbox>
43         <vbox>
44             <frame label="Shape">
45                 <hbox spacing="20" homogeneous="1">
46                     <vbox>
47                         <label param="dc" />
48                         <knob param="dc" size="2" type="1" />
49                         <value param="dc" />
50                     </vbox>
51                     <vbox>
52                         <label param="anti_aliasing" />
53                         <knob param="anti_aliasing" size="2" />
54                         <value param="anti_aliasing" />
55                     </vbox>
56                     <vbox>
57                         <label text="Mix" />
58                         <knob param="morph" ticks="0 0.5 1" size="2" />
59                         <value param="morph" />
60                     </vbox>
61                     <vbox>
62                         <label text="Logarithmic"/>
63                         <toggle param="mode" icon="logarithmic"/>
64                         <label/>
65                     </vbox>
66                 </hbox>
67             </frame>
68             <frame label="Sample Rate">
69                 <hbox spacing="20" homogeneous="1">
70                     <vbox>
71                         <label text="Reduction" />
72                         <knob param="samples" size="2" ticks="1 2 4 8 16 32 64 128 250" />
73                         <value param="samples" />
74                     </vbox>
75                     <vbox>
76                         <label param="lforange" />
77                         <knob param="lforange" ticks="1 10 100 250" size="2" />
78                         <value param="lforange" />
79                     </vbox>
80                     <vbox>
81                         <label param="lforate" />
82                         <knob param="lforate" ticks="0.01 0.1 1 10 100 250" size="2" />
83                         <value param="lforate" />
84                     </vbox>
85                     <vbox>
86                         <label param="lfo" />
87                         <toggle param="lfo" />
88                         <label/>
89                     </vbox>
90                 </hbox>
91             </frame>
92         </vbox>
93     </hbox>
94 </vbox>