This file is indexed.

/usr/share/calf/gui-ringmodulator.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
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
168
<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="3" attach-y="0" expand-x="0" />
        <toggle param="bypass" 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>
        <frame label="LFO 1">
            <table rows="9" cols="4" spacing-x="0" spacing-y="0">
                
                <label text="Modulator Frequency" attach-x="0" attach-y="0" attach-w="3"/>
                
                <label text="Active" attach-x="0" attach-y="1"/>
                <toggle param="lfo1_mod_freq_active" size="1" attach-x="0" attach-y="2"/>
                
                <label text="Min" attach-x="1" attach-y="1"/>
                <knob param="lfo1_mod_freq_lo" size="2" attach-x="1" attach-y="2"/>
                <value param="lfo1_mod_freq_lo" attach-x="1" attach-y="3"/>
                
                <label text="Max" attach-x="2" attach-y="1"/>
                <knob param="lfo1_mod_freq_hi" size="2" attach-x="2" attach-y="2"/>
                <value param="lfo1_mod_freq_hi" attach-x="2" attach-y="3"/>
                
                <label text="Modulator Detune" attach-x="0" attach-y="4" attach-w="3"/>
                
                <label text="Active" attach-x="0" attach-y="5"/>
                <toggle param="lfo1_mod_detune_active" size="1" attach-x="0" attach-y="6"/>
                
                <label text="Min" attach-x="1" attach-y="5"/>
                <knob param="lfo1_mod_detune_lo" size="2" attach-x="1" attach-y="6"/>
                <value param="lfo1_mod_detune_lo" attach-x="1" attach-y="7"/>
                
                <label text="Max" attach-x="2" attach-y="5"/>
                <knob param="lfo1_mod_detune_hi" size="2" attach-x="2" attach-y="6"/>
                <value param="lfo1_mod_detune_hi" attach-x="2" attach-y="7"/>
                
                <hbox spacing="5" attach-x="3" attach-y="1" expand-x="0" fill-x="0">
                    <align>
                        <led param="lfo2_lfo1_freq_active" mode="1" size="0" expand="0" fill="0"/>
                    </align>
                    <label text="Frequency"/>
                </hbox>
                <knob param="lfo1_freq" size="4" attach-x="3" attach-y="2" attach-h="5"/>
                <value param="lfo1_freq" attach-x="3" attach-y="6"/>
                
                <led param="lfo1_activity" mode="4" attach-x="0" attach-y="8" expand-y="0"/>
                <combo param="lfo1_mode" attach-x="1" attach-y="8" attach-w="2" expand-y="0"/>
                <button param="lfo1_reset" attach-x="3" attach-y="8" expand-y="0"/>
                
            </table>
            
        </frame>
        
        <frame label="Modulator">
            
            <table rows="9" cols="3" spacing-x="0" spacing-y="0">
                
                <label attach-x="0" attach-y="0"/>
                
                <hbox spacing="5" attach-x="0" attach-y="1" expand-x="0" fill-x="0">
                    <align>
                        <led param="lfo1_mod_detune_active" mode="1" size="0" expand="0" fill="0"/>
                    </align>
                    <label text="Detune"/>
                </hbox>
                <knob param="mod_detune" size="2" type="1" attach-x="0" attach-y="2"/>
                <value param="mod_detune" attach-x="0" attach-y="3"/>
                
                <label text="Phase" attach-x="0" attach-y="4"/>
                <knob param="mod_phase" size="2" attach-x="0" attach-y="5"/>
                <value param="mod_phase" attach-x="0" attach-y="6"/>
                
                <hbox spacing="5" attach-x="2" attach-y="1" expand-x="0" fill-x="0">
                    <align>
                        <led param="lfo2_mod_amount_active" mode="1" size="0" expand="0" fill="0"/>
                    </align>
                    <label text="Amount"/>
                </hbox>
                <knob param="mod_amount" size="2" attach-x="2" attach-y="2"/>
                <value param="mod_amount" attach-x="2" attach-y="3"/>
                
                <toggle param="mod_listen" attach-x="2" attach-y="5"/>
                <label text="Listen" attach-x="2" attach-y="6"/>
                
                <hbox spacing="5" attach-x="1" attach-y="1" expand-x="0" fill-x="0">
                    <align expand="0" fill="0">
                        <led param="lfo1_mod_freq_active" mode="1" size="0" expand="0" fill="0"/>
                    </align>
                    <label text="Frequency"/>
                </hbox>
                <knob param="mod_freq" size="5" attach-x="1" attach-y="2" attach-h="4"/>
                <value param="mod_freq" attach-x="1" attach-y="6"/>
                
                <label text="Waveform" attach-x="0" attach-y="7" attach-w="3"/>
                
                <combo param="mod_mode" attach-x="0" attach-y="8" attach-w="3" expand-y="0"/>
                
            </table>
            
        </frame>
        
        <frame label="LFO 2">
            
            <table rows="9" cols="4" spacing-x="0" spacing-y="0">
                
                <label text="LFO 1 Frequency" attach-x="1" attach-y="0" attach-w="3"/>
                
                <label text="Frequency" attach-x="0" attach-y="1"/>
                <knob param="lfo2_freq" size="4" attach-x="0" attach-y="2" attach-h="5"/>
                <value param="lfo2_freq" attach-x="0" attach-y="6"/>
                
                <label text="Min" attach-x="1" attach-y="1"/>
                <knob param="lfo2_lfo1_freq_lo" size="2" attach-x="1" attach-y="2"/>
                <value param="lfo2_lfo1_freq_lo" attach-x="1" attach-y="3"/>
                
                <label text="Max" attach-x="2" attach-y="1"/>
                <knob param="lfo2_lfo1_freq_hi" size="2" attach-x="2" attach-y="2"/>
                <value param="lfo2_lfo1_freq_hi" attach-x="2" attach-y="3"/>
                
                <label text="Active" attach-x="3" attach-y="1"/>
                <toggle param="lfo2_lfo1_freq_active" size="1" attach-x="3" attach-y="2"/>
                
                <label text="Modulator Amount" attach-x="1" attach-y="4" attach-w="3"/>
                
                <label text="Min" attach-x="1" attach-y="5"/>
                <knob param="lfo2_mod_amount_lo" size="2" attach-x="1" attach-y="6"/>
                <value param="lfo2_mod_amount_lo" attach-x="1" attach-y="7"/>
                
                <label text="Max" attach-x="2" attach-y="5"/>
                <knob param="lfo2_mod_amount_hi" size="2" attach-x="2" attach-y="6"/>
                <value param="lfo2_mod_amount_hi" attach-x="2" attach-y="7"/>
                
                <label text="Active" attach-x="3" attach-y="5"/>
                <toggle param="lfo2_mod_amount_active" size="1" attach-x="3" attach-y="6"/>
                
                <button param="lfo2_reset" attach-x="0" attach-y="8" expand-y="0"/>
                <combo param="lfo2_mode" attach-x="1" attach-y="8" attach-w="2" expand-y="0"/>
                <led param="lfo2_activity" mode="4" attach-x="3" attach-y="8" expand-y="0"/>
                
            </table>
        </frame>
        
    </hbox>
</vbox>