Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 6ed14ebfd686aa32f7956e552aa2e21d > files > 2974

csound-manual-5.13.0-5.fc15.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>vdelayxs</title>
    <link rel="stylesheet" href="csound.css" type="text/css" />
    <meta name="generator" content="DocBook XSL Stylesheets V1.75.2" />
    <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="vdelayxq.html" title="vdelayxq" />
    <link rel="next" href="vdelayxw.html" title="vdelayxw" />
  </head>
  <body>
    <div class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center">vdelayxs</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="vdelayxq.html">Prev</a> </td>
          <th width="60%" align="center">Orchestra Opcodes and Operators</th>
          <td width="20%" align="right"> <a accesskey="n" href="vdelayxw.html">Next</a></td>
        </tr>
      </table>
      <hr />
    </div>
    <div class="refentry" title="vdelayxs">
      <a id="vdelayxs"></a>
      <div class="titlepage"></div>
      <a id="IndexVdelayxs" class="indexterm"></a>
      <div class="refnamediv">
        <h2>
          <span class="refentrytitle">vdelayxs</span>
        </h2>
        <p>vdelayxs — 
      A stereo variable delay opcode with high quality interpolation.
    </p>
      </div>
      <div class="refsect1" title="Description">
        <a id="id3328361"></a>
        <h2>Description</h2>
        <p>
      A stereo variable delay opcode with high quality interpolation.
    </p>
      </div>
      <div class="refsect1" title="Syntax">
        <a id="id3328372"></a>
        <h2>Syntax</h2>
        <pre class="synopsis">aout1, aout2 <span class="command"><strong>vdelayxs</strong></span> ain1, ain2, adl, imd, iws [, ist]</pre>
      </div>
      <div class="refsect1" title="Initialization">
        <a id="id3328550"></a>
        <h2>Initialization</h2>
        <p>
      <span class="emphasis"><em>imd</em></span> -- max. delay time (seconds)
    </p>
        <p>
      <span class="emphasis"><em>iws</em></span> -- interpolation window size (see below)
    </p>
        <p>
      <span class="emphasis"><em>ist</em></span> (optional) -- skip initialization if not zero
    </p>
      </div>
      <div class="refsect1" title="Performance">
        <a id="id3328579"></a>
        <h2>Performance</h2>
        <p>
      <span class="emphasis"><em>aout1, aout2</em></span> -- output audio signals
    </p>
        <p>
      <span class="emphasis"><em>ain1, ain2</em></span> -- input audio signals
    </p>
        <p>
      <span class="emphasis"><em>adl</em></span> -- delay time in seconds
    </p>
        <p>
      This opcode uses high quality (and slow) interpolation, that is much more accurate than the currently available linear and cubic interpolation. The <span class="emphasis"><em>iws</em></span> parameter sets the number of input samples used for calculating one output sample (allowed values are any integer multiply of 4 in the range 4 - 1024); higher values mean better quality and slower speed.
    </p>
        <p>
      The multichannel opcodes (eg. <span class="emphasis"><em>vdelayxq</em></span>) allow delaying 2 or 4 variables at once (stereo or quad signals); this is much more efficient than using separate opcodes for each channel.
    </p>
        <div class="note" title="Notes" style="margin-left: 0.5in; margin-right: 0.5in;">
          <table border="0" summary="Note: Notes">
            <tr>
              <td rowspan="2" align="center" valign="top" width="25">
                <img alt="[Note]" src="images/note.png" />
              </td>
              <th align="left">Notes</th>
            </tr>
            <tr>
              <td align="left" valign="top">
                <p>
        </p>
                <div class="itemizedlist">
                  <ul class="itemizedlist" type="disc">
                    <li class="listitem">
                      <p>Delay time is measured in seconds (unlike in vdelay and vdelay3), and must be a-rate.</p>
                    </li>
                    <li class="listitem">
                      <p>The minimum allowed delay is iws/2 samples.</p>
                    </li>
                    <li class="listitem">
                      <p>Using the same variables as input and output is allowed in these opcodes.</p>
                    </li>
                    <li class="listitem">
                      <p>In vdelayxw*, changing the delay time has some effects on output volume: </p>
                      <div class="literallayout">
                        <p>a = 1 / (1 + dt)</p>
                      </div>
                      <p> where a is the output gain, and dt is the change of delay time per seconds.</p>
                    </li>
                    <li class="listitem">
                      <p>These opcodes are best used in the double-precision version of Csound.</p>
                    </li>
                  </ul>
                </div>
                <p>
      </p>
              </td>
            </tr>
          </table>
        </div>
      </div>
      <div class="refsect1" title="See Also">
        <a id="id3329297"></a>
        <h2>See Also</h2>
        <p>
      <a class="link" href="vdelayx.html" title="vdelayx"><em class="citetitle">vdelayx</em></a>,
      <a class="link" href="vdelayxq.html" title="vdelayxq"><em class="citetitle">vdelayxq</em></a>,
      <a class="link" href="vdelayxw.html" title="vdelayxw"><em class="citetitle">vdelayxw</em></a>,
      <a class="link" href="vdelayxwq.html" title="vdelayxwq"><em class="citetitle">vdelayxwq</em></a>,
      <a class="link" href="vdelayxws.html" title="vdelayxws"><em class="citetitle">vdelayxws</em></a>
    </p>
      </div>
    </div>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="vdelayxq.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="vdelayxw.html">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">vdelayxq </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top"> vdelayxw</td>
        </tr>
      </table>
    </div>
  </body>
</html>