Envelope Filter: Response knob (not implemented by now)
[calf.git] / gui / gui-transientdesigner.xml
blobf5a09c26d1291dc352a14df24a7baf8da0eaa3ec
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         
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="bypass" attach-x="4" attach-y="0" expand-x="0" />
16         <toggle param="bypass" attach-x="4" attach-y="1" attach-h="2" expand-x="0" pad-x="10"/>
17         
18         <label attach-x="5" attach-y="0" expand-x="1" text="Output level"/>
19         <vumeter param="meter_outL" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="5" attach-y="1" expand-x="1" />
20         <vumeter param="meter_outR" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="5" attach-y="2" expand-x="1" />
21         
22         <label attach-x="6" attach-y="0" expand-x="0" text="Clip"/>
23         <led param="clip_outL" mode="1" attach-x="6" attach-y="1" expand-x="0" />
24         <led param="clip_outR" mode="1" attach-x="6" attach-y="2" expand-x="0" />
25         
26         <label param="mix" attach-x="7" attach-y="0" expand-x="0" />
27         <knob param="mix" attach-x="7" attach-y="1" attach-h="2" expand-x="0" pad-x="10" />
28         <value param="mix" attach-x="7" attach-y="3" expand-x="0" />
29         
30         <label param="level_out" attach-x="8" attach-y="0" expand-x="0" />
31         <knob param="level_out" attach-x="8" attach-y="1" attach-h="2" expand-x="0" type="1" />
32         <value param="level_out" attach-x="8" attach-y="3" expand-x="0" />
33     </table>
34     <hbox spacing="20">
35         <if cond="directlink">
36             <frame label="Waveform">
37                 <hbox>
38                     <table rows="7" cols="2">
39                         <vbox attach-x="0" attach-y="0" spacing="0">
40                             <label text="Display" align-x="1.0"/>
41                             <value param="display" align-x="1.0"/>
42                         </vbox>
43                         <knob param="display" size="2" attach-x="1" attach-y="0"/>
44                         <vbox attach-x="0" attach-y="1" spacing="0">
45                             <label text="Threshold" align-x="1.0"/>
46                             <value param="display_threshold" align-x="1.0"/>
47                         </vbox>
48                         <knob param="display_threshold" size="2" attach-x="1" attach-y="1"/>
49                         <label param="input" align-x="1" attach-x="0" attach-y="2"/>
50                         <toggle param="input" size="1" attach-x="1" attach-y="2"/>
51                         <label param="output" align-x="1" attach-x="0" attach-y="3"/>
52                         <toggle param="output" size="1" attach-x="1" attach-y="3"/>
53                         <label param="envelope" align-x="1" attach-x="0" attach-y="4"/>
54                         <toggle param="envelope" size="1" attach-x="1" attach-y="4"/>
55                         <label param="attack" align-x="1" attach-x="0" attach-y="5"/>
56                         <toggle param="attack" size="1" attach-x="1" attach-y="5"/>
57                         <label param="release" align-x="1" attach-x="0" attach-y="6"/>
58                         <toggle param="release" size="1" attach-x="1" attach-y="6"/>
59                     </table>
60                     <line-graph refresh="1" width="440" height="220" param="sustain_threshold"/>
61                 </hbox>
62             </frame>
63         </if>
64         
65         <vbox>
66                 <hbox>
67                     <vbox>
68                         <label param="lookahead"/>
69                         <knob param="lookahead" size="2"/>
70                         <value param="lookahead"/>
71                     </vbox>
72                 </hbox>
73                 <label/>
74                 <vbox spacing="10">
75                     <vbox>
76                         <label param="attack_boost"/>
77                         <knob param="attack_boost" size="4" type="1"/>
78                         <value param="attack_boost"/>
79                     </vbox>
80                     <vbox>
81                         <label param="attack_time"/>
82                         <knob param="attack_time" size="2"/>
83                         <value param="attack_time"/>
84                     </vbox>
85                 </vbox>
86         </vbox>
87         
88         <vbox>
89                 <hbox>
90                     <vbox>
91                         <label text="Sustain Thres"/>
92                         <knob param="sustain_threshold" size="2" type="2"/>
93                         <value param="sustain_threshold"/>
94                     </vbox>
95                 </hbox>
96                 <label/>
97                 <vbox spacing="10">
98                     <vbox>
99                         <label param="release_boost"/>
100                         <knob param="release_boost" size="4" type="1"/>
101                         <value param="release_boost"/>
102                     </vbox>
103                     <vbox>
104                         <label param="release_time"/>
105                         <knob param="release_time" size="2"/>
106                         <value param="release_time"/>
107                     </vbox>
108                 </vbox>
109         </vbox>
110     
111     </hbox>
112 </vbox>