Sophie

Sophie

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

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>linseg</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="linrand.html" title="linrand" />
    <link rel="next" href="linsegr.html" title="linsegr" />
  </head>
  <body>
    <div class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center">linseg</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="linrand.html">Prev</a> </td>
          <th width="60%" align="center">Orchestra Opcodes and Operators</th>
          <td width="20%" align="right"> <a accesskey="n" href="linsegr.html">Next</a></td>
        </tr>
      </table>
      <hr />
    </div>
    <div class="refentry" title="linseg">
      <a id="linseg"></a>
      <div class="titlepage"></div>
      <a id="IndexLinseg" class="indexterm"></a>
      <div class="refnamediv">
        <h2>
          <span class="refentrytitle">linseg</span>
        </h2>
        <p>linseg — 
      Trace a series of line segments between specified points.
    </p>
      </div>
      <div class="refsect1" title="Description">
        <a id="id2984296"></a>
        <h2>Description</h2>
        <p>
      Trace a series of line segments between specified points.
    </p>
      </div>
      <div class="refsect1" title="Syntax">
        <a id="id2984309"></a>
        <h2>Syntax</h2>
        <pre class="synopsis">ares <span class="command"><strong>linseg</strong></span> ia, idur1, ib [, idur2] [, ic] [...]</pre>
        <pre class="synopsis">kres <span class="command"><strong>linseg</strong></span> ia, idur1, ib [, idur2] [, ic] [...]</pre>
      </div>
      <div class="refsect1" title="Initialization">
        <a id="id2985220"></a>
        <h2>Initialization</h2>
        <p>
      <span class="emphasis"><em>ia</em></span> -- starting value.
    </p>
        <p>
      <span class="emphasis"><em>ib, ic</em></span>, etc. -- value after <span class="emphasis"><em>dur1</em></span> seconds, etc.
    </p>
        <p>
      <span class="emphasis"><em>idur1</em></span> -- duration in seconds of first segment. A zero or negative value will cause all initialization to be skipped.
    </p>
        <p>
      <span class="emphasis"><em>idur2, idur3</em></span>, etc. -- duration in seconds of subsequent segments. A zero or negative value will terminate the initialization process with the preceding point, permitting the last-defined line or curve to be continued indefinitely in performance. The default is zero.
    </p>
      </div>
      <div class="refsect1" title="Performance">
        <a id="id2985273"></a>
        <h2>Performance</h2>
        <p>
      These units generate control or audio signals whose values can pass through 2 or more specified points. The sum of <span class="emphasis"><em>dur</em></span> values may or may not equal the instrument's performance time: a shorter performance will truncate the specified pattern, while a longer one will cause the last-defined segment to continue on in the same direction.
    </p>
        <p>
      </p>
        <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
          <table border="0" summary="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>
	  A common error with this opcode is to assume that the last value
	  is held after the total duration. <span class="emphasis"><em>linseg</em></span> does not
	  automatically end or stop at the end of the total duration. If your
	  note length is longer than the sum of all <span class="emphasis"><em>idur</em></span>
	  values, <span class="emphasis"><em>kres</em></span> (or <span class="emphasis"><em>ares</em></span>) will
	  not come to rest at the last given value, but will instead continue to
	  rise or fall with the current rate. You can add a final segment at the
	  same previous value to create a held final value.
	</p>
              </td>
            </tr>
          </table>
        </div>
        <p>
    </p>
      </div>
      <div class="refsect1" title="Examples">
        <a id="id2985334"></a>
        <h2>Examples</h2>
        <p>
      Here is an example of the linseg opcode. It uses the file <a class="ulink" href="examples/linseg.csd" target="_top"><em class="citetitle">linseg.csd</em></a>.

      </p>
        <div class="example">
          <a id="id2985350"></a>
          <p class="title">
            <b>Example 334. Example of the linseg opcode.</b>
          </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 linseg.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">; p4 = frequency in pitch-class notation.</span>
  kcps <span class="op">=</span> <span class="opc">cpspch</span>(p4)

  <span class="comment">; Create an amplitude envelope.</span>
  kenv <span class="opc">linseg</span> 0, p3<span class="op">*</span>0.25, 1, p3<span class="op">*</span>0.75, 0
  kamp <span class="op">=</span> kenv <span class="op">*</span> 30000

  a1 <span class="opc">oscil</span> kamp, kcps, 1
  <span class="opc">out</span> a1
<span class="oblock">endin</span>


<span class="oblock">instr</span> 2
  <span class="comment">; p4 = frequency in pitch-class notation.</span>
  kcps <span class="op">=</span> <span class="opc">cpspch</span>(p4)

  <span class="comment">; Create an amplitude envelope.</span>
  kenv <span class="opc">linseg</span> 0, 0.25, 1, 0.75, 0  <span class="comment">; kenv will go into negative if p3 &gt; 1</span>
  kamp <span class="op">=</span> kenv <span class="op">*</span> 30000

  a1 <span class="opc">oscil</span> kamp, kcps, 1
  <span class="opc">out</span> a1
<span class="oblock">endin</span>

<span class="oblock">instr</span> 3
  <span class="comment">; p4 = frequency in pitch-class notation.</span>
  kcps <span class="op">=</span> <span class="opc">cpspch</span>(p4)

  <span class="comment">; Create an amplitude envelope.</span>
  kenv <span class="opc">linseg</span> 0, 0.25, 1, 0.75, 0, 1, 0  <span class="comment">; kenv will stay at 0 indefinetely at the end</span>
  kamp <span class="op">=</span> kenv <span class="op">*</span> 30000

  a1 <span class="opc">oscil</span> kamp, kcps, 1
  <span class="opc">out</span> a1
<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">; Play Instrument #1 for a half-second, p4=8.00</span>
<span class="stamnt">i</span> 1 0 0.5 8.00
<span class="comment">; Play Instrument #1 for a half-second, p4=8.01</span>
<span class="stamnt">i</span> 1 1 0.5 8.01
<span class="comment">; Play Instrument #1 for a half-second, p4=8.02</span>
<span class="stamnt">i</span> 1 2 0.5 8.02
<span class="comment">; Play Instrument #1 for a half-second, p4=8.03</span>
<span class="stamnt">i</span> 1 3 0.5 8.03

<span class="stamnt">i</span> 2 4  1.5 8.00 <span class="comment">; Notice the problem with linseg</span>

<span class="stamnt">i</span> 3 6  1.5 8.00  <span class="comment">; this is the solution (instr 3)</span>
<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="See Also">
        <a id="id2985388"></a>
        <h2>See Also</h2>
        <p>
      <a class="link" href="expon.html" title="expon"><em class="citetitle">expon</em></a>,
      <a class="link" href="expseg.html" title="expseg"><em class="citetitle">expseg</em></a>,
      <a class="link" href="expsegr.html" title="expsegr"><em class="citetitle">expsegr</em></a>,
      <a class="link" href="line.html" title="line"><em class="citetitle">line</em></a>,
      <a class="link" href="linsegr.html" title="linsegr"><em class="citetitle">linsegr</em></a>
      <a class="link" href="transeg.html" title="transeg"><em class="citetitle">transeg</em></a>
    </p>
      </div>
      <div class="refsect1" title="Credits">
        <a id="id2985446"></a>
        <h2>Credits</h2>
        <p>Example written by Kevin Conder.</p>
      </div>
    </div>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="linrand.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="linsegr.html">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">linrand </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top"> linsegr</td>
        </tr>
      </table>
    </div>
  </body>
</html>