This file is indexed.

/usr/share/calf/gui-gate.xml is in calf-plugins 0.0.19+git20131202-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<hbox spacing="10">

    <vbox spacing="20" expand="0" fill="0">
        <vbox expand="0" fill="0" spacing="7" >
            <label param="bypass" expand="0" fill="0" />
            <align><toggle param="bypass" shrink="1" size="2"/></align>
        </vbox>
        <vbox expand="0" fill="0" spacing="7">
            <label param="range" expand="0" fill="0" expand-y="0" fill-y="0" />
            <knob param="range" size="5" expand="1" fill="1" />
            <value param="range" />
        </vbox>
        <vbox expand="1" fill="1">
            <label expand="1" fill="1" />
        </vbox>
    </vbox>

    <vbox spacing="5">
        <frame label="Gate">
            <vbox spacing="5">
                <table expand="0" fill="0" rows="3" cols="3">
                    <label param="meter_in" expand-x="0" fill-x="0" attach-x="0" attach-y="0" />
                    <vumeter param="meter_in" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="1" attach-y="0" expand-x="1" fill-x="1" />
                    <led param="clip_in" mode="0" expand-x="0" fill-x="0" attach-x="2" attach-y="0" />
                    
                    <label param="meter_out" expand-x="0" fill-x="0" attach-x="0" attach-y="1" />
                    <vumeter param="meter_out" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="1" attach-y="1" expand-x="1" fill-x="1" />
                    <led param="clip_out" mode="1" expand-x="0" fill-x="0" attach-x="2" attach-y="1" />
                    
                    <label param="gating" expand-x="0" fill-x="0" attach-x="0" attach-y="2" />
                    <vumeter param="gating" position="2" mode="2" hold="1.5" expand-x="1" fill-x="1" attach-x="1" attach-y="2" attach-w="2" />
                </table>
                
                <table expand="1" rows="2" cols="3" homogeneous="1">
                    <vbox expand="0" attach-x="0" attach-y="0">
                        <label param="attack" />
                        <knob param="attack" />
                        <value param="attack" />
                    </vbox>
                    <vbox expand="0" attach-x="1" attach-y="0">
                        <label param="release" />
                        <knob param="release" />
                        <value param="release" />
                    </vbox>
                    <vbox expand="0" attach-x="2" attach-y="0">
                        <label param="knee" />
                        <knob param="knee" />
                        <value param="knee" />
                    </vbox>
                    <vbox expand="0" attach-x="0" attach-y="1">
                        <label param="ratio" />
                        <knob param="ratio" />
                        <value param="ratio" />
                    </vbox>
                    <vbox expand="0" attach-x="1" attach-y="1">
                        <label param="threshold" />
                        <knob param="threshold"/>
                        <value param="threshold" />
                    </vbox>
                    <vbox expand="0" attach-x="2" attach-y="1">
                        <label param="makeup" />
                        <knob param="makeup" />
                        <value param="makeup" />
                    </vbox>
                </table>
                <hbox homogeneous="1">
                    <vbox>
                        <label param="stereo_link" expand-y="0" fill-y="0"/>
                        <combo param="stereo_link"/>
                    </vbox>
                    <vbox>
                        <label param="detection" expand-y="0" fill-y="0" expand-x="1" fill-x="1"/>
                        <combo param="detection"/>
                    </vbox>
                </hbox>
            </vbox>
        </frame>
    </vbox>
    <frame label="Gating">
        <vbox >
            <if cond="directlink">
                <line-graph refresh="1" width="300" height="300" param="gating" square="1" expand="1" fill="1"/>
            </if>
        </vbox>
    </frame>
</hbox>