Man page: update to add new options.
[calf.git] / gui / gui-deesser.xml
blob3b1570e966304673c8b4b8def91d3ddda3520e98
1 <hbox spacing="8">
2     <vbox>
3         <table cols="4" rows="4" fill="0" expand="0">
4             <label param="bypass" attach-x="0" attach-y="0" expand-x="0" fill-x="0" />
5             <toggle param="bypass" attach-x="0" attach-y="1" attach-h="2" expand-x="0" fill-x="0" />
6             
7             <label param="detected" attach-x="1" attach-y="0" />
8             <vumeter param="detected" position="2" hold="1.5" falloff="2.5" attach-x="1" attach-y="1" />
9             <vumeter param="compression" position="2" mode="2" hold="1.5" falloff="2.5" attach-x="1" attach-y="2" />
10             <label param="compression" attach-x="1" attach-y="3" />
11             
12             <label param="clip_out" attach-x="2" attach-y="0" expand-x="0" fill-x="0" />
13             <led param="clip_out" mode="6" attach-x="2" attach-y="1" expand-x="0" fill-x="0" />
14             <led param="detected_led" attach-x="2" attach-y="2" expand-x="0" fill-x="0" />
15             <label param="detected_led" attach-x="2" attach-y="3" expand-x="0" fill-x="0" />
16             
17             <label param="sc_listen" attach-x="3" attach-y="0" expand-x="0" fill-x="0" />
18             <toggle param="sc_listen" attach-x="3" attach-y="1" attach-h="2" expand-x="0" fill-x="0" />
19         </table>
20         <frame label="Deesser">
21             <vbox spacing="10">
22                 <hbox spacing="15">
23                     <align><vbox fill="0">
24                         <label param="laxity" fill="0" expand="0" />
25                         <knob param="laxity" fill="0" expand="0" />
26                         <value param="laxity" fill="0" expand="0" />
27                     </vbox></align>
28                     <vbox>
29                         <label param="threshold" />
30                         <knob param="threshold" size="5" />
31                         <value param="threshold" />
32                     </vbox>
33                     <vbox>
34                         <label param="ratio" />
35                         <knob param="ratio" size="5" />
36                         <value param="ratio" />
37                     </vbox>
38                     <align><vbox fill="0">
39                         <label param="makeup" fill="0" expand="0" />
40                         <knob param="makeup" fill="0" expand="0" />
41                         <value param="makeup" fill="0" expand="0" />
42                     </vbox></align>
43                 </hbox>
44                 <hbox spacing="20">
45                     <vbox>
46                         <label param="detection" />
47                         <combo param="detection" />
48                     </vbox>
49                     <vbox>
50                         <label param="mode" />
51                         <combo param="mode" />
52                     </vbox>
53                 </hbox>
54             </vbox>
55         </frame>
56     </vbox>
57     <frame label="Sidechain">
58         <vbox>
59             <label/>
60             <hbox homogeneous="1" fill="0" expand="0">
61                 <vbox fill="0" expand="0">
62                     <label param="f1_freq" />
63                     <knob param="f1_freq" />
64                     <value param="f1_freq" />
65                 </vbox>
66                 <vbox fill="0" expand="0">
67                     <label param="f1_level" />
68                     <knob param="f1_level" type="1" />
69                     <value param="f1_level" />
70                 </vbox>
71                 <vbox fill="0" expand="0">
72                     <label param="f2_freq" />
73                     <knob param="f2_freq" />
74                     <value param="f2_freq" />
75                 </vbox>
76                 <vbox fill="0" expand="0">
77                     <label param="f2_level" />
78                     <knob param="f2_level" type="1" />
79                     <value param="f2_level" />
80                 </vbox>
81                 <vbox fill="0" expand="0">
82                     <label param="f2_q" />
83                     <knob param="f2_q" />
84                     <value param="f2_q" />
85                 </vbox>
86             </hbox>
87             <label/>
88             <if cond="directlink">
89                 <line-graph refresh="1" param="f1_freq" expand="1" fill="1" width="400" height="180"  crosshairs="1" freqhandles="4" handle1-x="f2_freq" label1="Peak" handle2-x="f1_freq" label2="Split"/>
90             </if>
91         </vbox>
92     </frame>
93 </hbox>