Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > b707d9a4ee443103660a75ccb6e51334 > files > 2142

csound-doc-5.19.01-10.mga5.noarch.rpm

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>lpf18</title>
    <link rel="stylesheet" type="text/css" href="csound.css" />
    <meta name="generator" content="DocBook XSL Stylesheets V1.76.1" />
    <link rel="home" href="index.html" title="The Canonical Csound Reference Manual" />
    <link rel="up" href="OpcodesTop.html" title="Orchestra Opcodes and Operators" />
    <link rel="prev" href="lowresx.html" title="lowresx" />
    <link rel="next" href="lpfreson.html" title="lpfreson" />
  </head>
  <body>
    <div class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center">lpf18</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="lowresx.html">Prev</a> </td>
          <th width="60%" align="center">Orchestra Opcodes and Operators</th>
          <td width="20%" align="right"> <a accesskey="n" href="lpfreson.html">Next</a></td>
        </tr>
      </table>
      <hr />
    </div>
    <div class="refentry" title="lpf18">
      <a id="lpf18"></a>
      <div class="titlepage"></div>
      <a id="Indexlpf18" class="indexterm"></a>
      <div class="refnamediv">
        <h2>
          <span class="refentrytitle">lpf18</span>
        </h2>
        <p>lpf18 — 
      A 3-pole sweepable resonant lowpass filter.
    </p>
      </div>
      <div class="refsect1" title="Description">
        <a id="idp29480392"></a>
        <h2>Description</h2>
        <p>
      Implementation of a 3 pole sweepable resonant lowpass filter.
    </p>
      </div>
      <div class="refsect1" title="Syntax">
        <a id="idp29481064"></a>
        <h2>Syntax</h2>
        <pre class="synopsis">ares <span class="command"><strong>lpf18</strong></span> asig, kfco, kres, kdist [, iskip]</pre>
      </div>
      <div class="refsect1" title="Initialization">
        <a id="idp29491504"></a>
        <h2>Initialization</h2>
        <p>
      <span class="emphasis"><em>iskip</em></span> (optional, default=0) -- Skip initialization if present and non-zero.
    </p>
      </div>
      <div class="refsect1" title="Performance">
        <a id="idp29492392"></a>
        <h2>Performance</h2>
        <p>
      <span class="emphasis"><em>kfco</em></span> -- the filter cutoff frequency in Hz. Should be in the range 0 to <span class="emphasis"><em>sr</em></span>/2.
    </p>
        <p>
      <span class="emphasis"><em>kres</em></span> -- the amount of resonance. Self-oscillation occurs when <span class="emphasis"><em>kres</em></span> is approximately 1. Should usually be in the range 0 to 1, however, values slightly greater than 1 are possible for more sustained oscillation and an <span class="quote">“<span class="quote">overdrive</span>”</span> effect.
    </p>
        <p>
      <span class="emphasis"><em>kdist</em></span> -- amount of distortion. <span class="emphasis"><em>kdist</em></span> = 0 gives a clean output. <span class="emphasis"><em>kdist</em></span> &gt; 0 adds <span class="emphasis"><em>tanh</em></span>() distortion controlled by the filter parameters, in such a way that both low cutoff and high resonance increase the distortion amount. Some experimentation is encouraged.
    </p>
        <p>
      <span class="emphasis"><em>lpf18</em></span> is a digital emulation of a 3 pole (18 dB/oct.) lowpass filter capable of self-oscillation with a built-in distortion unit. It is really a 3-pole version of <a class="link" href="moogvcf.html" title="moogvcf"><em class="citetitle">moogvcf</em></a>, retuned, recalibrated and with some performance improvements. The tuning and feedback tables use no more than 6 adds and 6 multiplies per control rate. The distortion unit, itself, is based on a modified <a class="link" href="tanh.html" title="tanh"><em class="citetitle">tanh</em></a> function driven by the filter controls.
    </p>
        <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
          <table border="0" summary="Note: Note">
            <tr>
              <td rowspan="2" align="center" valign="top" width="25">
                <img alt="[Note]" src="images/note.png" />
              </td>
              <th align="left">Note</th>
            </tr>
            <tr>
              <td align="left" valign="top">
                <p>
        This filter requires that the input signal be normalized to one.
      </p>
              </td>
            </tr>
          </table>
        </div>
      </div>
      <div class="refsect1" title="Examples">
        <a id="idp29529792"></a>
        <h2>Examples</h2>
        <p>
      Here is an example of the lpf18 opcode. It uses the file <a class="ulink" href="examples/lpf18.csd" target="_top"><em class="citetitle">lpf18.csd</em></a>.
      </p>
        <div class="example">
          <a id="idp29530760"></a>
          <p class="title">
            <strong>Example 418. Example of the lpf18 opcode.</strong>
          </p>
          <div class="example-contents">
            <p>See the sections <a class="link" href="UsingRealTime.html" title="Real-Time Audio"><em class="citetitle">Real-time Audio</em></a> and <a class="link" href="CommandFlags.html" title="Csound command line"><em class="citetitle">Command Line Flags</em></a> for more information on using command line flags.</p>
            <pre class="programlisting">
<span class="csdtag">&lt;CsoundSynthesizer&gt;</span>
<span class="csdtag">&lt;CsOptions&gt;</span>
<span class="comment">; Select audio/midi flags here according to platform</span>
<span class="comment">; Audio out   Audio in    No messages</span>
-odac           -iadc     -d     <span class="comment">;;;RT audio I/O</span>
<span class="comment">; For Non-realtime ouput leave only the line below:</span>
<span class="comment">; -o lpf18.wav -W ;;; for file output any platform</span>
<span class="csdtag">&lt;/CsOptions&gt;</span>
<span class="csdtag">&lt;CsInstruments&gt;</span>

<span class="comment">; Initialize the global variables.</span>
<span class="ohdr">sr</span> <span class="op">=</span> 44100
<span class="ohdr">kr</span> <span class="op">=</span> 4410
<span class="ohdr">ksmps</span> <span class="op">=</span> 10
<span class="ohdr">nchnls</span> <span class="op">=</span> 1

<span class="comment">; Instrument #1.</span>
<span class="oblock">instr</span> 1
  <span class="comment">; Generate a sine waveform.</span>
  <span class="comment">; Note that its amplitude (kamp) ranges from 0 to 1.</span>
  kamp <span class="opc">init</span> 1
  kcps <span class="opc">init</span> 440
  knh <span class="opc">init</span> 3
  ifn <span class="op">=</span> 1
  asine <span class="opc">buzz</span> kamp, kcps, knh, ifn

  <span class="comment">; Filter the sine waveform.</span>
  <span class="comment">; Vary the cutoff frequency (kfco) from 300 to 3,000 Hz.</span>
  kfco <span class="opc">line</span> 300, p3, 3000
  kres <span class="opc">init</span> 0.8
  kdist <span class="op">=</span> p4
  ivol <span class="op">=</span> p5
  aout <span class="opc">lpf18</span> asine, kfco, kres, kdist

  <span class="opc">out</span> aout <span class="op">*</span> ivol
<span class="oblock">endin</span>


<span class="csdtag">&lt;/CsInstruments&gt;</span>
<span class="csdtag">&lt;CsScore&gt;</span>

<span class="comment">; Table #1, a sine wave.</span>
<span class="stamnt">f</span> 1 0 16384 10 1

<span class="comment">; different distortion and volumes to compensate</span>
<span class="stamnt">i</span> 1 0 4 0.2 30000
<span class="stamnt">i</span> 1 4.5 4 0.9 27000
<span class="stamnt">e</span>


<span class="csdtag">&lt;/CsScore&gt;</span>
<span class="csdtag">&lt;/CsoundSynthesizer&gt;</span>
</pre>
          </div>
        </div>
        <p><br class="example-break" />
    </p>
      </div>
      <div class="refsect1" title="Credits">
        <a id="idp29533032"></a>
        <h2>Credits</h2>
        <p>
      </p>
        <table border="0" summary="Simple list" class="simplelist">
          <tr>
            <td>Author: Josep M Comajuncosas</td>
          </tr>
          <tr>
            <td>Spain</td>
          </tr>
          <tr>
            <td>December 2000</td>
          </tr>
        </table>
        <p>
    </p>
        <p>Example written by Kevin Conder with help from Iain Duncan. Thanks goes to Iain for helping with the example.</p>
        <p>New in Csound version 4.10</p>
      </div>
    </div>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="lowresx.html">Prev</a> </td>
          <td width="20%" align="center">
            <a accesskey="u" href="OpcodesTop.html">Up</a>
          </td>
          <td width="40%" align="right"> <a accesskey="n" href="lpfreson.html">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">lowresx </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top"> lpfreson</td>
        </tr>
      </table>
    </div>
  </body>
</html>