This file is indexed.

/usr/share/calf/gui-haasenhancer.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
 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
<vbox spacing="8">
    <table expand-y="0" expand-x="1" spacing="5" rows="1" cols="8">
        <label param="level_in" attach-x="0" attach-y="0" expand-x="0" />
        <knob param="level_in" type="1" attach-x="0" attach-y="1" attach-h="2" expand-x="0" />
        <value param="level_in" attach-x="0" attach-y="3" expand-x="0" />
        
        <label attach-x="1" attach-y="0" expand-x="1" text="Input level" />
        <vumeter param="meter_inL" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="1" attach-y="1" expand-x="1" />
        <vumeter param="meter_inR" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="1" attach-y="2" expand-x="1" />
        
        <label attach-x="2" attach-y="0" expand-x="0" text="Clip" />
        <led param="clip_inL" attach-x="2" attach-y="1" expand-x="0" />
        <led param="clip_inR" attach-x="2" attach-y="2" expand-x="0" />
        
        <label param="bypass" attach-x="4" attach-y="0" expand-x="0" />
        <toggle param="bypass" attach-x="4" attach-y="1" attach-h="2" expand-x="0" />
        
        <label param="m_phase" attach-x="3" attach-y="0" expand-x="0" />
        <toggle param="m_phase" attach-x="3" attach-y="1" attach-h="2" expand-x="0" />
        
        <label attach-x="5" attach-y="0" expand-x="1" text="Output level"/>
        <vumeter param="meter_outL" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="5" attach-y="1" expand-x="1" />
        <vumeter param="meter_outR" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="5" attach-y="2" expand-x="1" />
        
        <label attach-x="6" attach-y="0" expand-x="0" text="Clip"/>
        <led param="clip_outL" mode="1" attach-x="6" attach-y="1" expand-x="0" />
        <led param="clip_outR" mode="1" attach-x="6" attach-y="2" expand-x="0" />
        
        <label param="level_out" attach-x="7" attach-y="0" expand-x="0" />
        <knob param="level_out" type="1" attach-x="7" attach-y="1" attach-h="2" expand-x="0" />
        <value param="level_out" attach-x="7" attach-y="3" expand-x="0" />
    </table>
    
    <hbox spacing="20">
        <frame label="Left">
            <table rows="2" cols="1">
                <hbox homogeneous="0" spacing="8" attach-x="0" attach-y="0">
                    <vbox>
                        <label text="Phase"/>
                        <toggle param="s_phase1"/>
                        <label/>
                    </vbox>
                    <vbox>
                        <label text="Balance"/>
                        <knob param="s_balance1" type="1"/>
                        <value param="s_balance1"/>
                    </vbox>
                    <vbox>
                        <label text="Gain"/>
                        <knob param="s_gain1" type="1"/>
                        <value param="s_gain1"/>
                    </vbox>
                    <vbox>
                        <label text="Delay"/>
                        <knob param="s_delay1" size="3"/>
                        <value param="s_delay1"/>
                    </vbox>
                    <label text=" "/>
                </hbox>
                <vumeter param="meter_sideL" position="2" mode="0" hold="1.5" falloff="2.5"  attach-x="0" attach-y="1" expand-y="0" fill-y="0"/>
            </table>
        </frame>
        
        <vbox spacing="5">
            <label text="Gain"/>
            <knob size="5" param="s_gain" type="1"/>
            <value param="s_gain"/>
            <combo param="m_source"/>
        </vbox>
        
        <frame label="Right">
            <table rows="2" cols="1">
                <hbox homogeneous="0" spacing="8" attach-x="0" attach-y="0">
                    <label text=" "/>
                    <vbox>
                        <label text="Delay"/>
                        <knob param="s_delay2" size="3"/>
                        <value param="s_delay2"/>
                    </vbox>
                    <vbox>
                        <label text="Gain"/>
                        <knob param="s_gain2" type="1"/>
                        <value param="s_gain2"/>
                    </vbox>
                    <vbox>
                        <label text="Balance"/>
                        <knob param="s_balance2" type="1"/>
                        <value param="s_balance2"/>
                    </vbox>
                    <vbox>
                        <label text="Phase"/>
                        <toggle param="s_phase2"/>
                        <label/>
                    </vbox>
                </hbox>
                <vumeter param="meter_sideR" position="2" mode="0" hold="1.5" falloff="2.5"  attach-x="0" attach-y="1" expand-y="0" fill-y="0"/>
            </table>
        </frame>
        
    </hbox>
</vbox>