File: gui-bassenhancer.xml

package info (click to toggle)
calf 0.0.19%2Bgit20140915%2B5de5da28-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 10,748 kB
  • ctags: 8,054
  • sloc: cpp: 32,680; xml: 10,722; ansic: 3,431; python: 1,537; makefile: 188; lex: 51; sh: 20
file content (63 lines) | stat: -rw-r--r-- 3,169 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<vbox spacing="10">
    <table rows="4" cols="7">
        <label param="bypass" attach-x="0" attach-y="0" expand-x="0" fill-x="0" />
        <toggle param="bypass" attach-x="0" attach-y="1" attach-h="2" expand-x="0" fill-x="0" />
        
        <label param="level_in" attach-x="1" attach-y="0" expand-x="0" fill-x="0" />
        <knob param="level_in" attach-x="1" attach-y="1" attach-h="2" expand-x="0" fill-x="0" type="1" />
        <value param="level_in" attach-x="1" attach-y="3" expand-x="0" fill-x="0" />
        
        <label param="meter_in" attach-x="2" attach-y="0" expand-x="1" fill-x="1" />
        <vumeter param="meter_in" position="2" hold="1.5" falloff="2.5" attach-x="2" attach-y="1" expand-x="1" fill-x="1" />
        <vumeter param="meter_out" position="2" hold="1.5" falloff="2.5" attach-x="2" attach-y="2" expand-x="1" fill-x="1" />
        <label param="meter_out" attach-x="2" attach-y="3" expand-x="1" fill-x="1" />
        
        <label param="clip_in" attach-x="3" attach-y="0" expand-x="0" fill-x="0" />
        <led param="clip_in" attach-x="3" attach-y="1" expand-x="0" fill-x="0" />
        <led param="clip_out" mode="1" attach-x="3" attach-y="2" expand-x="0" fill-x="0" />
        <label param="clip_out" attach-x="3" attach-y="3" expand-x="0" fill-x="0" />
        
        <label param="amount" attach-x="4" attach-y="0" expand-x="0" fill-x="0" />
        <knob param="amount" attach-x="4" attach-y="1" attach-h="2" expand-x="0" fill-x="0" />
        <value param="amount" attach-x="4" attach-y="3" expand-x="0" fill-x="0" />
        
        <label param="level_out" attach-x="5" attach-y="0" expand-x="0" fill-x="0" />
        <knob param="level_out" attach-x="5" attach-y="1" attach-h="2" expand-x="0" fill-x="0" type="1" />
        <value param="level_out" attach-x="5" attach-y="3" expand-x="0" fill-x="0" />
        
        <label param="listen" attach-x="6" attach-y="0" expand-x="0" fill-x="0" />
        <toggle param="listen" attach-x="6" attach-y="1" attach-h="2" expand-x="0" fill-x="0" />
    </table>
    <frame label="Bass Enhancer">
        <hbox spacing="25">
            <vbox>
                <label param="drive" />
                <knob param="drive" size="5" />
                <value param="drive" />
            </vbox>
            
            <vbox spacing="5">
                <label param="blend" />
                <hscale param="blend" />
                <hbox>
                    <label align-x="0.0" text="3rd" />
                    <label align-x="1.0" text="2nd" />
                </hbox>
                <label param="meter_drive" />
                <vumeter param="meter_drive" position="2" hold="1.5" falloff="2.5" />
            </vbox>
            
            <vbox>
                <label param="freq" />
                <knob param="freq" size="5" />
                <value param="freq" />
            </vbox>
            <vbox>
                <label param="floor" />
                <toggle param="floor_active" size="1" />
                <knob param="floor" size="3" />
                <value param="floor" width="5" />
            </vbox>
        </hbox>
    </frame>
</vbox>