Sophie

Sophie

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

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>tlineto</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="tival.html" title="tival" />
    <link rel="next" href="tone.html" title="tone" />
  </head>
  <body>
    <div class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center">tlineto</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="tival.html">Prev</a> </td>
          <th width="60%" align="center">Orchestra Opcodes and Operators</th>
          <td width="20%" align="right"> <a accesskey="n" href="tone.html">Next</a></td>
        </tr>
      </table>
      <hr />
    </div>
    <div class="refentry" title="tlineto">
      <a id="tlineto"></a>
      <div class="titlepage"></div>
      <a id="IndexTlineto" class="indexterm"></a>
      <div class="refnamediv">
        <h2>
          <span class="refentrytitle">tlineto</span>
        </h2>
        <p>tlineto — 
      Generate glissandos starting from a control signal.
    </p>
      </div>
      <div class="refsect1" title="Description">
        <a id="id3295946"></a>
        <h2>Description</h2>
        <p>
      Generate glissandos starting from a control signal with a trigger.
    </p>
      </div>
      <div class="refsect1" title="Syntax">
        <a id="id3295965"></a>
        <h2>Syntax</h2>
        <pre class="synopsis">kres <span class="command"><strong>tlineto</strong></span> ksig, ktime, ktrig</pre>
      </div>
      <div class="refsect1" title="Performance">
        <a id="id3295983"></a>
        <h2>Performance</h2>
        <p>
      <span class="emphasis"><em>kres</em></span> -- Output signal.
    </p>
        <p>
      <span class="emphasis"><em>ksig</em></span> -- Input signal.
    </p>
        <p>
      <span class="emphasis"><em>ktime</em></span> -- Time length of glissando in seconds.
    </p>
        <p>
      <span class="emphasis"><em>ktrig</em></span> -- Trigger signal.
    </p>
        <p>
      <span class="emphasis"><em>tlineto</em></span> is similar to <a class="link" href="lineto.html" title="lineto"><em class="citetitle">lineto</em></a> but can be applied to any kind of signal (not only stepped signals) without producing discontinuities.  Last value of each segment is sampled and held from input signal each time <span class="emphasis"><em>ktrig</em></span> value is set to a nonzero value. Normally <span class="emphasis"><em>ktrig</em></span> signal consists of a sequence of zeroes (see <a class="link" href="trigger.html" title="trigger"><em class="citetitle">trigger opcode</em></a>).
    </p>
        <p>
      The effect of glissando is quite different from <a class="link" href="port.html" title="port"><em class="citetitle">port</em></a>. Since in these cases, the lines are straight. Also the context of usage is different.
    </p>
      </div>
      <div class="refsect1" title="See Also">
        <a id="id3296810"></a>
        <h2>See Also</h2>
        <p>
      <a class="link" href="lineto.html" title="lineto"><em class="citetitle">lineto</em></a>
    </p>
      </div>
      <div class="refsect1" title="Credits">
        <a id="id3296827"></a>
        <h2>Credits</h2>
        <p>Author: Gabriel Maldonado</p>
        <p>New in Version 4.13</p>
      </div>
    </div>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="tival.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="tone.html">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">tival </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top"> tone</td>
        </tr>
      </table>
    </div>
  </body>
</html>