Sophie

Sophie

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

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>syncloop</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="syncgrain.html" title="syncgrain" />
    <link rel="next" href="syncphasor.html" title="syncphasor" />
  </head>
  <body>
    <div class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center">syncloop</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="syncgrain.html">Prev</a> </td>
          <th width="60%" align="center">Orchestra Opcodes and Operators</th>
          <td width="20%" align="right"> <a accesskey="n" href="syncphasor.html">Next</a></td>
        </tr>
      </table>
      <hr />
    </div>
    <div class="refentry" title="syncloop">
      <a id="syncloop"></a>
      <div class="titlepage"></div>
      <a id="IndexSyncloop" class="indexterm"></a>
      <div class="refnamediv">
        <h2>
          <span class="refentrytitle">syncloop</span>
        </h2>
        <p>syncloop — 
Synchronous granular synthesis.
          </p>
      </div>
      <div class="refsect1" title="Description">
        <a id="id3261944"></a>
        <h2>Description</h2>
        <p>
<span class="emphasis"><em>syncloop</em></span> is a variation on <span class="emphasis"><em>syncgrain</em></span>,
which implements synchronous granular synthesis. 
<span class="emphasis"><em>syncloop</em></span> adds loop start and end points and an optional start position. Loop start
and end control grain start positions, so the actual grains can go beyond the loop
points (if the loop points are not at the extremes of the table), enabling
seamless crossfading. For more information on the granular synthesis process,
check the <a class="link" href="syncgrain.html" title="syncgrain"><em class="citetitle">syncgrain</em></a> manual page.
 
    </p>
      </div>
      <div class="refsect1" title="Syntax">
        <a id="id3262888"></a>
        <h2>Syntax</h2>
        <pre class="synopsis">asig <span class="command"><strong>syncloop</strong></span> kamp, kfreq, kpitch, kgrsize, kprate, klstart, \
      klend, ifun1, ifun2, iolaps[,istart, iskip]</pre>
      </div>
      <div class="refsect1" title="Initialization">
        <a id="id3262908"></a>
        <h2>Initialization</h2>
        <p>
      <span class="emphasis"><em>ifun1</em></span> -- source signal function table. Deferred-allocation tables (see
      <a class="link" href="GEN01.html" title="GEN01"><em class="citetitle">GEN01</em></a>) 
are accepted, but the opcode expects a mono source.
    </p>
        <p>
      <span class="emphasis"><em>ifun2</em></span> -- grain envelope function table.
    </p>
        <p>
      <span class="emphasis"><em>iolaps</em></span> -- maximum number of overlaps,
      max(<span class="emphasis"><em>kfreq</em></span>)*max(<span class="emphasis"><em>kgrsize</em></span>). Estimating
	  a large value should not affect performance, but execeeding this value will probably have disastrous
	  consequences.
    </p>
        <p>
      <span class="emphasis"><em>istart</em></span> -- starting point of synthesis in secs (defaults to 0).
    </p>
        <p>
      <span class="emphasis"><em>iskip </em></span> -- if 1, the opcode initialisation is skipped, for tied notes, performance
continues from the position in the loop where the previous note stopped. The default, 0, does not skip
initialisation
    </p>
      </div>
      <div class="refsect1" title="Performance">
        <a id="id3262974"></a>
        <h2>Performance</h2>
        <p>
      <span class="emphasis"><em>kamp</em></span> -- amplitude scaling
    </p>
        <p>
      <span class="emphasis"><em>kfreq</em></span> -- frequency of grain generation, or density, in grains/sec.
    </p>
        <p>
      <span class="emphasis"><em>kpitch</em></span> -- grain pitch scaling (1=normal pitch, &lt; 1 lower, &gt; 1 higher; negative, backwards)
    </p>
        <p>
      <span class="emphasis"><em>kgrsize</em></span> -- grain size in secs.
    </p>
        <p>
      <span class="emphasis"><em>kprate</em></span> -- readout pointer rate, in grains. The value of 1 will advance 
the reading pointer 1 grain ahead in the source table. Larger values 
will time-compress and smaller values will time-expand the source signal. 
Negative values will cause the pointer to run backwards and zero will 
freeze it.
    </p>
        <p>
      <span class="emphasis"><em>klstart</em></span> -- loop start in secs.
    </p>
        <p>
      <span class="emphasis"><em>klend</em></span> -- loop end in secs.
    </p>
      </div>
      <div class="refsect1" title="Examples">
        <a id="id3263040"></a>
        <h2>Examples</h2>
        <p>
      </p>
        <div class="example">
          <a id="id3263048"></a>
          <p class="title">
            <b>Example 606. Example</b>
          </p>
          <div class="example-contents">
            <pre class="programlisting">
		
iolaps  <span class="op">=</span> 2
igrsize <span class="op">=</span> 0.04
ifreq   <span class="op">=</span> iolaps<span class="op">/</span>igrsize
ips     <span class="op">=</span> 1<span class="op">/</span>iolaps

istr    <span class="op">=</span> .5  <span class="comment">/* timescale  */</span>
ipitch  <span class="op">=</span> 1   <span class="comment">/* pitchscale */</span>

a1 <span class="opc">syncloop</span> 16000, ifreq, ipitch, igrsize, ips*istr, 1, 2, 1, 2, iolaps
   <span class="opc">out</span>      a1</pre>
          </div>
        </div>
        <p><br class="example-break" />

    </p>
      </div>
      <div class="refsect1" title="Credits">
        <a id="id3263131"></a>
        <h2>Credits</h2>
        <p>
      </p>
        <table border="0" summary="Simple list" class="simplelist">
          <tr>
            <td>Author: Victor Lazzarini</td>
          </tr>
          <tr>
            <td>January 2005</td>
          </tr>
        </table>
        <p>
    </p>
        <p>New plugin in version 5</p>
        <p>January 2005.</p>
      </div>
    </div>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="syncgrain.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="syncphasor.html">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">syncgrain </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top"> syncphasor</td>
        </tr>
      </table>
    </div>
  </body>
</html>