Make Analyzer UI require instance-access
[calf.git] / gui / gui-pulsator.xml
blob830270dbbd9c1e52d94b0013705fafb9c8e5a505
1 <vbox spacing="8">
2     <table expand-y="0" expand-x="1" spacing="5" rows="1" cols="8">
3         <label param="level_in" attach-x="0" attach-y="0" expand-x="0" />
4         <knob param="level_in" type="1" attach-x="0" attach-y="1" attach-h="2" expand-x="0" />
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="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" />
18         
19         <label param="mono" attach-x="4" attach-y="0" expand-x="0" />
20         <toggle param="mono" icon="mono" attach-x="4" attach-y="1" attach-h="2" expand-x="0" />
21         
22         <label attach-x="5" attach-y="0" expand-x="1" text="Output level"/>
23         <vumeter param="meter_outL" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="5" attach-y="1" expand-x="1" />
24         <vumeter param="meter_outR" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="5" attach-y="2" expand-x="1" />
25         <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" />
26         
27         <label attach-x="6" attach-y="0" expand-x="0" text="Clip"/>
28         <led param="clip_outL" mode="1" attach-x="6" attach-y="1" expand-x="0" />
29         <led param="clip_outR" mode="1" attach-x="6" attach-y="2" expand-x="0" />
30         
31         <label param="level_out" attach-x="7" attach-y="0" expand-x="0" />
32         <knob param="level_out" type="1" attach-x="7" attach-y="1" attach-h="2" expand-x="0" />
33         <value param="level_out" attach-x="7" attach-y="3" expand-x="0" />
34     </table>
35     <hbox spacing="20">
36         <vbox spacing="3">
37             <label param="freq" align-y="1.0" />
38             <knob size="5" param="freq" expand="0" fill="0" ticks="0.01 0.1 1 10 100" />
39             <value param="freq" align-y="0.0" />
40         </vbox>
41         <vbox>
42             <frame label="Pulse">
43                 <if cond="directlink">
44                     <line-graph refresh="1" width="400" height="100" param="freq"/>
45                 </if>
46             </frame>
47             <hbox spacing="10">
48                 <vbox>
49                     <label />
50                     <combo param="mode" expand="0" fill="0" />
51                     <label param="mode" />
52                 </vbox>
53                 
54                 <vbox>
55                     <hscale param="offset" />
56                     <label param="offset" />
57                 </vbox>
58                 
59                 <vbox>
60                     <label />
61                     <button param="reset" />
62                     <label />
63                 </vbox>
64             </hbox>
65         </vbox>
66         <vbox spacing="3">
67             <label param="amount" fill="0" align-y="1.0" />
68             <knob size="5" param="amount" expand="0" fill="0" />
69             <value param="amount" fill="0" align-y="0.0" />
70         </vbox>
71     </hbox>
72 </vbox>