This file is indexed.

/usr/share/calf/gui-sidechaincompressor.xml is in calf-plugins 0.0.60-1build1.

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
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<hbox spacing="6">

    <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">
            <label param="level_in" expand="0" fill="0" expand-y="0" fill-y="0" />
            <knob param="level_in" size="5" expand="1" fill="1" type="1" />
            <value param="level_in" />
        </vbox>
        <vbox expand="0" fill="0" spacing="7" >
            <label param="mix" expand="0" fill="0" />
            <knob param="mix" size="3" expand="1" fill="1" />
            <value param="mix" />
        </vbox>
    </vbox>

    <vbox spacing="5">
        <frame label="Compressor">
            <vbox>
                <table expand="0" fill="0" rows="2" cols="3">
                    <label param="meter_in" expand-y="0" fill-y="0" expand-x="0" fill-x="0" attach-x="0" attach-y="0" />
                    <vumeter param="meter_in" expand-y="0" fill-y="0" 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-y="0" fill-y="0" expand-x="0" fill-x="0" attach-x="2" attach-y="0" />
                    
                    <label param="meter_out" expand-y="0" fill-y="0" expand-x="0" fill-x="0" attach-x="0" attach-y="1" />
                    <vumeter param="meter_out" expand-y="0" fill-y="0" 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-y="0" fill-y="0" expand-x="0" fill-x="0" attach-x="2" attach-y="1" />
                </table>
                
                <table expand="1" rows="2" cols="3" homogeneous="1">
                    <vbox attach-x="0" attach-y="0">
                        <label param="attack" />
                        <knob param="attack" />
                        <value param="attack" />
                    </vbox>
                    <vbox attach-x="1" attach-y="0">
                        <label param="release" />
                        <knob param="release" />
                        <value param="release" />
                    </vbox>
                    <vbox attach-x="2" attach-y="0">
                        <label param="knee" />
                        <knob param="knee" />
                        <value param="knee" />
                    </vbox>
                    <vbox attach-x="0" attach-y="1">
                        <label param="ratio" />
                        <knob param="ratio" />
                        <value param="ratio" />
                    </vbox>
                    <vbox attach-x="1" attach-y="1">
                        <label param="threshold" />
                        <knob param="threshold"/>
                        <value param="threshold" />
                    </vbox>
                    <vbox attach-x="2" attach-y="1">
                        <label param="makeup" />
                        <knob param="makeup" />
                        <value param="makeup" />
                    </vbox>
                </table>
            </vbox>
        </frame>
        <frame label="Sidechain">
            <hbox>
                <vbox>
                    <label text="Active" expand="0" fill="0" />
                    <toggle param="sc_route" fill="0" expand="0"/>
                    <label/>
                </vbox>
                <vbox>
                    <label text="Level" expand="0" fill="0" attach-x="0" attach-y="3" />
                    <knob param="sc_level" size="2" expand="0" fill="0" type="1" attach-x="1" attach-y="3"/>
                    <value param="sc_level" expand="0" fill="0" attach-x="2" attach-y="3" />
                </vbox>
                <vbox>
                    <label text="Listen" expand="0" fill="0" />
                    <toggle param="sc_listen" fill="0" expand="0"/>
                    <label/>
                </vbox>
            </hbox>
        </frame>
    </vbox>
    
    
      <frame label="Compression">
        <vbox spacing="6">
            <if cond="directlink">
                <line-graph refresh="1" width="265" height="265" param="bypass" square="1" expand="1" fill="1"/>
            </if>
            <vbox spacing="3">
                <vumeter param="compression" position="2" mode="2" hold="1.5" attach-w="2" expand="0" fill="1"/>
            </vbox>
        </vbox>
      </frame>
    
    <vbox spacing="5">
        
        <frame label="Options">
            <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>
        </frame>
        
        <if cond="directlink">
            <frame label="S/C Filter">
                <vbox>
                    <line-graph refresh="1" width="235" height="112" param="sc_listen" expand="1" fill="1" crosshairs="1" freqhandles="4" handle1-x="f1_freq" label1="F1" handle2-x="f2_freq" label2="F2" active1="f1_active" active2="f2_active" />
                    <combo param="sc_mode" fill="0" expand="0" />
                </vbox>
            </frame>
        </if>
        
        <hbox spacing="5">
            <frame label="Filter 1">
                <hbox>
                    <vbox>
                        <label text="Active" />
                        <led param="f1_active" mode="7"/>
                        <label/>
                    </vbox>
                    <vbox>
                        <label text="Freq" />
                        <knob param="f1_freq" size="2" />
                        <value param="f1_freq" />
                    </vbox>
                    <vbox>
                        <label text="Level" />
                        <knob param="f1_level" type="1" size="2" />
                        <value param="f1_level" />
                    </vbox>
                </hbox>
            </frame>
            
            <frame label="Filter 2">
                <hbox>
                    <vbox>
                        <label text="Active" />
                        <led param="f2_active" mode="7"/>
                        <label/>
                    </vbox>
                    <vbox>
                        <label text="Freq" />
                        <knob param="f2_freq" size="2" />
                        <value param="f2_freq" />
                    </vbox>
                    <vbox>
                        <label text="Level" />
                        <knob param="f2_level" type="1" size="2" />
                        <value param="f2_level" />
                    </vbox>
                </hbox>
            </frame>
        </hbox>
        
    </vbox>
</hbox>