<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>LagIn</title>
    <link rel="stylesheet" href="styles/default/main.css" type="text/css"/>
    <meta name="generator" content="DocBook XSL Stylesheets V1.70.1"/>
    <link rel="start" href="index.xml" title="SuperCollider Reference Manual"/>
    <link rel="up" href="UGens.BufIO.xml" title="Buffers and I/O"/>
    <link rel="prev" href="LagControl.xml" title="LagControl"/>
    <link rel="next" href="LocalIn.xml" title="LocalIn"/>
  </head>
  <body>
    <div class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center">LagIn</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="LagControl.xml">Prev</a> </td>
          <th width="60%" align="center">Buffers and I/O</th>
          <td width="20%" align="right"> <a accesskey="n" href="LocalIn.xml">Next</a></td>
        </tr>
      </table>
    </div>
    <div class="refentry" lang="en"><a id="LagIn"/><div class="titlepage"/>

  <div class="refnamediv"><h2>LagIn</h2><p>
    LagIn
     — 
      Read a signal from a bus with a lag.
      <a id="IndexLagIn" class="indexterm"/>
    
  </p></div>

  <div class="refsection" lang="en"><a id="id3659290"/>
    <h2>Description</h2>
    <p>
      FIXME: LagIn description.
    </p>
  </div>

  <div class="refsection" lang="en"><a id="id3659300"/>
    <h2>Methods</h2>

    <div class="refsection" lang="en"><a id="id3659305"/>
      <h3>*kr</h3>

      <code class="methodsynopsis">LagIn.kr<b>(</b><span class="methodparam">bus<span class="initializer">: 0</span></span>, <span class="methodparam">numChannels<span class="initializer">: 1</span></span>, <span class="methodparam">lag<span class="initializer">: 0.1</span></span><b>)</b>;</code>

      <div class="variablelist"><table border="0"><col align="left" valign="top"/><tbody><tr><td><span class="term"><em class="parameter"><code>bus</code></em></span></td><td>
            
              The index of the bus to read in from.
            
          </td></tr><tr><td><span class="term"><em class="parameter"><code>numChannels</code></em></span></td><td>
            
              The number of channels (i.e. adjacent buses) to read in. You
              cannot modulate this number by assigning it to an argument in a
              SynthDef.
            
          </td></tr><tr><td><span class="term"><em class="parameter"><code>lag</code></em></span></td><td>
            
              Lag factor.
            
          </td></tr></tbody></table></div>

    </div>
  </div>

  

  <div class="refsection" lang="en"><a id="id3659418"/>
    <h2>See Also</h2>
    <p>
      <a href="In.xml" title="In">In</a>,
      <a href="InFeedback.xml" title="InFeedback">InFeedback</a>.
    </p>
  </div>
</div>
    <div class="navfooter">
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="LagControl.xml">Prev</a> </td>
          <td width="20%" align="center">
            <a accesskey="u" href="UGens.BufIO.xml">Up</a>
          </td>
          <td width="40%" align="right"> <a accesskey="n" href="LocalIn.xml">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">LagControl </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.xml">Home</a>
          </td>
          <td width="40%" align="right" valign="top"> LocalIn</td>
        </tr>
      </table>
    </div>
  </body>
</html>
