This file is indexed.

/usr/share/calf/gui-reverb.xml is in calf-plugins 0.0.60-5.

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
<hbox spacing="20">
    <vbox>
        <hbox fill-y="0" expand-y="0" spacing="20">
            <vbox fill="0" expand="0" spacing="3">
                <label param="predelay" fill="0" expand="0" />
                <knob param="predelay" size="3" fill="0" expand="0" />
                <value param="predelay" fill="0" expand="0" />
            </vbox>
            <vbox fill="0" expand="0" spacing="3">
                <label param="decay_time" fill="0" expand="0"/>
                <knob param="decay_time" size="5" fill="0" expand="0" />
                <value param="decay_time" fill="0" expand="0" />
            </vbox>
            <vbox fill="0" expand="0" spacing="3">
                <label param="hf_damp" fill="0" expand="0" />
                <knob param="hf_damp" size="3" fill="0" expand="0" />
                <value param="hf_damp" fill="0" expand="0" />
            </vbox>
        </hbox>
        <vbox border="10">
            <label param="room_size"  />
            <combo param="room_size" />
        </vbox>
    </vbox>
    <table homogeneous="1" spacing="2" rows="2" cols="4" fill="1" expand="1">
        <vbox attach-x="0" attach-y="0" fill="0" expand="0" spacing="3">
            <label param="diffusion" fill="0" expand="0" />
            <knob param="diffusion" fill="0" expand="0"/>
            <value param="diffusion" fill="0" expand="0" />
        </vbox>
        <vbox attach-x="1" attach-y="0" fill="0" expand="0" spacing="3">
            <label param="bass_cut" />
            <knob param="bass_cut" size="2" />
            <value param="bass_cut" />
        </vbox>
        <vbox attach-x="2" attach-y="0" fill="0" expand="0" spacing="3">
            <label param="treble_cut" />
            <knob param="treble_cut" size="2" />
            <value param="treble_cut" />
        </vbox>
        <vbox attach-x="3" attach-y="0" fill="0" expand="0" spacing="3">
            <label param="dry" />
            <knob param="dry" size="2" />
            <value param="dry" />
        </vbox>
        <vbox attach-x="4" attach-y="0" fill="0" expand="0" spacing="3">
            <label param="amount" />
            <knob param="amount" size="2" />
            <value param="amount" />
        </vbox>
        <frame label="Levels" attach-x="0" attach-y="1"  attach-w="5" fill-y="1" expand-y="1" fill-x="1" expand-x="1">
        <table cols="3" rows="3" attach-w="5">
            <label attach-x="0" attach-y="0" expand-x="0" fill-x="0" />
            <label param="meter_wet" attach-x="0" attach-y="1" expand-y="1" fill-y="0" expand-x="0" fill-x="0" />
            <vumeter param="meter_wet" position="2" hold="1.5" falloff="2.5" attach-x="1" attach-y="1" attach-w="2" expand-y="1" fill-y="0" expand-x="1" fill-x="1"/>
            <label param="meter_out" attach-x="0" attach-y="2" expand-y="1" fill-y="0" expand-x="0" fill-x="0"/>
            <vumeter param="meter_out" position="2" hold="1.5" falloff="2.5" attach-x="1" attach-y="2" attach-w="2" expand-y="1" fill-y="0" expand-x="1" fill-x="1" />
            <!--<led param="clip" mode="0" attach-x="2" attach-y="2" expand-x="0" fill-x="0"/>-->
        </table>
        </frame>
    </table>
</hbox>