This file is indexed.

/usr/share/calf/doc/Flanger.html 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
<html>
    <head>
        <meta http-equiv="content-type" content="text/html; charset=UTF-8">
        <link type="text/css" rel="stylesheet" href="scripts/prettyPhoto.css" />
        <link type="text/css" rel="stylesheet" href="scripts/style.css" />
        <script language="javascript" type="text/javascript" src="scripts/jquery.js"></script>
        <script language="javascript" type="text/javascript" src="scripts/jquery.prettyPhoto.js"></script>
        <script language="javascript" type="text/javascript" src="scripts/manual.js"></script>
    </head>
    <body>
        <div class="wrapper">
            <h1>Flanger</h1>
            <a href="images/Calf - Flanger.jpg" title="Calf - Flanger" class="prettyPhoto"><img class="thumbnail" src="images/Calf - Flanger.jpg" /></a>
            <h2>Functionality</h2>
            <p>
                Flanger adds some "jet plane"-like modulation to a signal. This is achieved by
                copying the origin and delaying it while the delay gets modulated by a LFO.
                This technique adds a couple of notches to the signals frequency response.
            </p>
            <h2>Tips</h2>
            <p>
                Use Flanger if you need a more audible modulation effect than a
                <a href="Phaser.html" title="Calf Phaser">Phaser</a>. Material
                with rich harmonic content will produce a much more "flanging" effect.
            </p>
            <h2>Controls</h2>
            <ul>
                <li><strong>Min. delay:</strong> The shortest delay provided by the variable delay line.</li>
                <li><strong>Mod depth:</strong> Modulation depth. Higher values make modulation more audible.</li>
                <li><strong>Mod rate:</strong> Modulation rate. This controls the rate of the low frequency oscillator that controls the delay time.</li>
                <li><strong>Feedback:</strong> Amount of the delayed signal fed back to the delay line. Extreme values cause more "ringing" effect.</li>
                <li><strong>Stereo phase:</strong> Phase shift between LFO position for the left and the right channel. If set zero, the delay time is the same for both channel. If set to 180 degrees, the shortest delay in the left channel corresponds to longest delay in the right channel and vice versa.</li>
                <li><strong>Reset:</strong> Press or automate to reset the LFO.</li>
                <li><strong>Amount:</strong> Amount of the processed (delayed) signal.</li>
                <li><strong>Dry Amount:</strong> Amount of the unprocessed (dry) signal.</li>
            </ul>
            <div class="footer"><a href="index.html" title="Index">Index</a><a href="#" title="Top">Top</a></a></div>
        </div>
    </body>
</html>