Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > b707d9a4ee443103660a75ccb6e51334 > files > 2672

csound-doc-5.19.01-10.mga5.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>subinstrinit</title>
    <link rel="stylesheet" type="text/css" href="csound.css" />
    <meta name="generator" content="DocBook XSL Stylesheets V1.76.1" />
    <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="subinstr.html" title="subinstr" />
    <link rel="next" href="sum.html" title="sum" />
  </head>
  <body>
    <div class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center">subinstrinit</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="subinstr.html">Prev</a> </td>
          <th width="60%" align="center">Orchestra Opcodes and Operators</th>
          <td width="20%" align="right"> <a accesskey="n" href="sum.html">Next</a></td>
        </tr>
      </table>
      <hr />
    </div>
    <div class="refentry" title="subinstrinit">
      <a id="subinstrinit"></a>
      <div class="titlepage"></div>
      <a id="IndexSubinstrinit" class="indexterm"></a>
      <div class="refnamediv">
        <h2>
          <span class="refentrytitle">subinstrinit</span>
        </h2>
        <p>subinstrinit — 
      Creates and runs a numbered instrument instance at init-time.
          </p>
      </div>
      <div class="refsect1" title="Description">
        <a id="idp46733560"></a>
        <h2>Description</h2>
        <p>
      Same as <a class="link" href="subinstr.html" title="subinstr"><em class="citetitle">subinstr</em></a>, but init-time only and has no output arguments.
    </p>
      </div>
      <div class="refsect1" title="Syntax">
        <a id="idp46744016"></a>
        <h2>Syntax</h2>
        <pre class="synopsis"><span class="command"><strong>subinstrinit</strong></span> instrnum [, p4] [, p5] [...]</pre>
        <pre class="synopsis"><span class="command"><strong>subinstrinit</strong></span> "insname" [, p4] [, p5] [...]</pre>
      </div>
      <div class="refsect1" title="Initialization">
        <a id="idp46745784"></a>
        <h2>Initialization</h2>
        <p>
      <span class="emphasis"><em>instrnum</em></span> -- Number of the instrument to be called.
    </p>
        <p>
      <span class="emphasis"><em><span class="quote">“<span class="quote">insname</span>”</span></em></span> -- A string (in double-quotes) representing a named instrument.
    </p>
        <p>
      For more information about specifying input and output interfaces, see <a class="link" href="instr.html#InstrSubinstrument" title="Calling an Instrument within an Instrument"><em class="citetitle">Calling an Instrument within an Instrument</em></a>.
    </p>
      </div>
      <div class="refsect1" title="Performance">
        <a id="idp46788048"></a>
        <h2>Performance</h2>
        <p>
      <span class="emphasis"><em>p4, p5, ...</em></span> -- Additional input values the are mapped to the called instrument p-fields, starting with p4.
    </p>
        <p>
      The called instrument's p2 and p3 values will be identical to the host instrument's values. While the host instrument can <a class="link" href="ControlDurctl.html" title="Duration Control Statements"><em class="citetitle">control its own duration</em></a>, any such attempts inside the called instrument will most likely have no effect.
    </p>
      </div>
      <div class="refsect1" title="See Also">
        <a id="idp46789880"></a>
        <h2>See Also</h2>
        <p>
      <a class="link" href="instr.html#InstrSubinstrument" title="Calling an Instrument within an Instrument"><em class="citetitle">Calling an Instrument within an Instrument</em></a>,
      <a class="link" href="event.html" title="event"><em class="citetitle">event</em></a>,
      <a class="link" href="schedule.html" title="schedule"><em class="citetitle">schedule</em></a>,
      <a class="link" href="subinstr.html" title="subinstr"><em class="citetitle">subinstr</em></a>
     </p>
      </div>
      <div class="refsect1" title="Credits">
        <a id="idp46792400"></a>
        <h2>Credits</h2>
        <p>New in version 4.23</p>
      </div>
    </div>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="subinstr.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="sum.html">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">subinstr </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top"> sum</td>
        </tr>
      </table>
    </div>
  </body>
</html>