Sophie

Sophie

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

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>scoreline_i</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="scoreline.html" title="scoreline" />
    <link rel="next" href="schedkwhen.html" title="schedkwhen" />
  </head>
  <body>
    <div class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center">scoreline_i</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="scoreline.html">Prev</a> </td>
          <th width="60%" align="center">Orchestra Opcodes and Operators</th>
          <td width="20%" align="right"> <a accesskey="n" href="schedkwhen.html">Next</a></td>
        </tr>
      </table>
      <hr />
    </div>
    <div class="refentry" title="scoreline_i">
      <a id="scoreline_i"></a>
      <div class="titlepage"></div>
      <a id="Indexscoreline_i" class="indexterm"></a>
      <div class="refnamediv">
        <h2>
          <span class="refentrytitle">scoreline_i</span>
        </h2>
        <p>scoreline_i — 
      Issues one or more score line events from an instrument at i-time.
    </p>
      </div>
      <div class="refsect1" title="Description">
        <a id="id3175683"></a>
        <h2>Description</h2>
        <p>
      scoreline_i will issue score events at i-time.  It can handle strings in the same conditions as the standard score. Multi-line strings are accepted, using {{  }} to enclose the string.
    </p>
      </div>
      <div class="refsect1" title="Syntax">
        <a id="id3175696"></a>
        <h2>Syntax</h2>
        <pre class="synopsis"><span class="command"><strong>scoreline_i</strong></span> Sin</pre>
      </div>
      <div class="refsect1" title="Initialization">
        <a id="id3175909"></a>
        <h2>Initialization</h2>
        <p>
      <span class="emphasis"><em><span class="quote">“<span class="quote">Sin</span>”</span></em></span> --  a string (in double-quotes or enclosed by {{ }}) containing one or more score events.
    </p>
      </div>
      <div class="refsect1" title="Examples">
        <a id="id3175925"></a>
        <h2>Examples</h2>
        <p>
      Here is an example of the scoreline_i opcode. 
      </p>
        <div class="example">
          <a id="id3175934"></a>
          <p class="title">
            <b>Example 543. Example</b>
          </p>
          <div class="example-contents">
            <pre class="programlisting">

        <span class="oblock">instr</span> 1
		 
         <span class="opc">scoreline_i</span> {{
                       i 2  0  3  "flutec3.wav"
                       i 2  1  3  "clarc3.wav"
                     }}
		 
        <span class="oblock">endin</span>

        <span class="oblock">instr</span> 2
            aout <span class="opc">soundin</span> p4
            <span class="opc">out</span> aout
        <span class="oblock">endin</span>


</pre>
            <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>
          </div>
        </div>
        <p><br class="example-break" />
    </p>
      </div>
      <div class="refsect1" title="See also">
        <a id="id3176658"></a>
        <h2>See also</h2>
        <p><a class="link" href="event.html" title="event"><em class="citetitle">event</em></a>,
    <a class="link" href="event_i.html" title="event_i"><em class="citetitle">event_i</em></a>,
    <a class="link" href="schedule.html" title="schedule"><em class="citetitle">schedule</em></a>,
    <a class="link" href="schedwhen.html" title="schedwhen"><em class="citetitle">schedwhen</em></a>,
    <a class="link" href="schedkwhen.html" title="schedkwhen"><em class="citetitle">schedkwhen</em></a>,
    <a class="link" href="schedkwhennamed.html" title="schedkwhennamed"><em class="citetitle">schedkwhennamed</em></a>,
    <a class="link" href="scoreline.html" title="scoreline"><em class="citetitle">scoreline</em></a>
    </p>
      </div>
      <div class="refsect1" title="Credits">
        <a id="id3176723"></a>
        <h2>Credits</h2>
        <p>Author: Victor Lazzarini, 2007 </p>
      </div>
    </div>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="scoreline.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="schedkwhen.html">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">scoreline </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top"> schedkwhen</td>
        </tr>
      </table>
    </div>
  </body>
</html>