Man page: update to add new options.
[calf.git] / gui / gui-tapesimulator.xml
blob80ff6f69165b7f148b3e24fad13729e8503e0c13
1 <vbox spacing="8">
2     <table expand-y="0" expand-x="1" spacing="5" rows="1" cols="7">
3         
4         <label param="bypass" attach-x="0" attach-y="0" expand-x="0" />
5         <toggle param="bypass" attach-x="0" attach-y="1" attach-h="2" expand-x="0" pad-x="24"/>
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         
11         <label attach-x="2" attach-y="0" expand-x="0" text="Clip" />
12         <led param="clip_inL" attach-x="2" attach-y="1" expand-x="0" />
13         <led param="clip_inR" attach-x="2" attach-y="2" expand-x="0" />
14         
15         <label param="mix" attach-x="4" attach-y="0" expand-x="0" />
16         <knob param="mix" attach-x="4" attach-y="1" attach-h="2" expand-x="0" pad-x="10" />
17         <value param="mix" attach-x="4" attach-y="3" expand-x="0" />
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         
23         <label attach-x="6" attach-y="0" expand-x="0" text="Clip"/>
24         <led param="clip_outL" mode="1" attach-x="6" attach-y="1" expand-x="0" />
25         <led param="clip_outR" mode="1" attach-x="6" attach-y="2" expand-x="0" />
26         
27         <label param="level_out" attach-x="7" attach-y="0" expand-x="0" />
28         <knob param="level_out" attach-x="7" attach-y="1" attach-h="2" expand-x="0" type="1" />
29         <value param="level_out" attach-x="7" attach-y="3" expand-x="0" />
30     </table>
31     <hbox spacing="10">
32         <vbox spacing="10">
33             <label/>
34             <label text="Gain"/>
35             <knob param="level_in" size="5" type="1"/>
36             <value param="level_in"/>
37             <label/>
38         </vbox>
39         <frame label="Settings">
40             <vbox spacing="8">
41                 <hbox spacing="10">
42                     <vbox>
43                         <label text="Noise"/>
44                         <knob param="noise" size="3"/>
45                         <value param="noise"/>
46                     </vbox>
47                     <vbox>
48                         <label text="Mechanical"/>
49                         <knob param="mechanical" size="3"/>
50                         <value param="mechanical"/>
51                     </vbox>
52                     <vbox>
53                         <label text="Filter"/>
54                         <knob param="lowpass" size="3"/>
55                         <value param="lowpass"/>
56                     </vbox>
57                 </hbox>
58                 <hbox>
59                     <vbox>
60                         <toggle param="post"/>
61                         <label text="Muffle"/>
62                     </vbox>
63                     <vbox>
64                         <toggle param="magnetical"/>
65                         <label text="Magnetical"/>
66                     </vbox>
67                     <vbox>
68                         <toggle param="speed"/>
69                         <label text="Fast"/>
70                     </vbox>
71                 </hbox>
72             </vbox>
73         </frame>
74         <frame label="Frequency Response">
75             <if cond="directlink">
76                 <line-graph refresh="1" width="250" height="160" param="lowpass"/>
77             </if>
78         </frame>
79         <frame label="Saturation">
80             <if cond="directlink">
81                 <line-graph refresh="1" width="160" height="160" param="level_in" square="1"/>
82             </if>
83         </frame>
84     </hbox>
85     
86 </vbox>