Sophie

Sophie

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

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>schedule</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="schedkwhennamed.html" title="schedkwhennamed" />
    <link rel="next" href="schedwhen.html" title="schedwhen" />
  </head>
  <body>
    <div class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center">schedule</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="schedkwhennamed.html">Prev</a> </td>
          <th width="60%" align="center">Orchestra Opcodes and Operators</th>
          <td width="20%" align="right"> <a accesskey="n" href="schedwhen.html">Next</a></td>
        </tr>
      </table>
      <hr />
    </div>
    <div class="refentry" title="schedule">
      <a id="schedule"></a>
      <div class="titlepage"></div>
      <a id="IndexSchedule" class="indexterm"></a>
      <div class="refnamediv">
        <h2>
          <span class="refentrytitle">schedule</span>
        </h2>
        <p>schedule — 
      Adds a new score event.
    </p>
      </div>
      <div class="refsect1" title="Description">
        <a id="idp41581064"></a>
        <h2>Description</h2>
        <p>
      Adds a new score event.
    </p>
      </div>
      <div class="refsect1" title="Syntax">
        <a id="idp41581752"></a>
        <h2>Syntax</h2>
        <pre class="synopsis"><span class="command"><strong>schedule</strong></span> insnum, iwhen, idur [, ip4] [, ip5] [...]</pre>
        <pre class="synopsis"><span class="command"><strong>schedule</strong></span> "insname", iwhen, idur [, ip4] [, ip5] [...]</pre>
      </div>
      <div class="refsect1" title="Initialization">
        <a id="idp41585976"></a>
        <h2>Initialization</h2>
        <p>
      <span class="emphasis"><em>insnum</em></span> -- instrument number. Equivalent to p1 in a score <a class="link" href="i.html" title="i Statement (Instrument or Note Statement)"><em class="citetitle">i statement</em></a>. <span class="emphasis"><em>insnum</em></span> must be a number greater than the number of the calling instrument.
    </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>
      <span class="emphasis"><em>iwhen</em></span> -- start time of the new event. Equivalent to p2 in a score <a class="link" href="i.html" title="i Statement (Instrument or Note Statement)"><em class="citetitle">i statement</em></a>. <span class="emphasis"><em>iwhen</em></span> must be nonnegative. If <span class="emphasis"><em>iwhen</em></span> is zero, <span class="emphasis"><em>insum</em></span> must be greater than or equal to the p1 of the current instrument.
    </p>
        <p>
      <span class="emphasis"><em>idur</em></span> -- duration of event. Equivalent to p3 in a score <a class="link" href="i.html" title="i Statement (Instrument or Note Statement)"><em class="citetitle">i statement</em></a>.
    </p>
        <p>
      <span class="emphasis"><em>ip4, ip5, ...</em></span> -- Equivalent to p4, p5, etc., in a score <a class="link" href="i.html" title="i Statement (Instrument or Note Statement)"><em class="citetitle">i statement</em></a>.
    </p>
      </div>
      <div class="refsect1" title="Performance">
        <a id="idp41644520"></a>
        <h2>Performance</h2>
        <p>
      <span class="emphasis"><em>schedule</em></span> adds a new score event. The arguments, including options, are the same as in a score. The <span class="emphasis"><em>iwhen</em></span> time (p2) is measured from the time of this event.
    </p>
        <p>
      If the duration is zero or negative the new event is of MIDI type, and inherits the release sub-event from the scheduling instruction.
    </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> Note that the <span class="emphasis"><em>schedule</em></span> opcode can't accept string p-fields. If you need to pass strings when instantiating an instrument, use the <a class="link" href="scoreline.html" title="scoreline"><em class="citetitle">scoreline</em></a> or <a class="link" href="scoreline_i.html" title="scoreline_i"><em class="citetitle">scoreline_i</em></a> opcode.</p>
              </td>
            </tr>
          </table>
        </div>
      </div>
      <div class="refsect1" title="Examples">
        <a id="idp41647968"></a>
        <h2>Examples</h2>
        <p>
      Here is an example of the schedule opcode. It uses the file <a class="ulink" href="examples/schedule.csd" target="_top"><em class="citetitle">schedule.csd</em></a>.
      </p>
        <div class="example">
          <a id="idp41648960"></a>
          <p class="title">
            <strong>Example 744. Example of the schedule opcode.</strong>
          </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</span>
-odac           -iadc    <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 schedule.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 - oscillator with a high note.</span>
<span class="oblock">instr</span> 1
  <span class="comment">; Play Instrument #2 at the same time.</span>
  <span class="opc">schedule</span> 2, 0, p3

  <span class="comment">; Play a high note.</span>
  a1 <span class="opc">oscils</span> 10000, 880, 1
  <span class="opc">out</span> a1
<span class="oblock">endin</span>

<span class="comment">; Instrument #2 - oscillator with a low note.</span>
<span class="oblock">instr</span> 2
  <span class="comment">; Play a low note.</span>
  a1 <span class="opc">oscils</span> 10000, 220, 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 half a second.</span>
<span class="stamnt">i</span> 1 0 0.5
<span class="comment">; Play Instrument #1 for half a second.</span>
<span class="stamnt">i</span> 1 1 0.5
<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="idp41651240"></a>
        <h2>See Also</h2>
        <p>
      <a class="link" href="schedwhen.html" title="schedwhen"><em class="citetitle">schedwhen</em></a>
    </p>
      </div>
      <div class="refsect1" title="See also">
        <a id="idp41652288"></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="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>,
    <a class="link" href="scoreline_i.html" title="scoreline_i"><em class="citetitle">scoreline_i</em></a></p>
        <p> More information on this opcode: <a class="ulink" href="http://www.csounds.com/journal/issue15/phrase_loops.html" target="_top"><em class="citetitle">http://www.csounds.com/journal/issue15/phrase_loops.html</em></a>  , written by Jim Aikin </p>
      </div>
      <div class="refsect1" title="Credits">
        <a id="idp41656952"></a>
        <h2>Credits</h2>
        <p>
      </p>
        <table border="0" summary="Simple list" class="simplelist">
          <tr>
            <td>Author: John ffitch</td>
          </tr>
          <tr>
            <td>University of Bath/Codemist Ltd.</td>
          </tr>
          <tr>
            <td>Bath, UK</td>
          </tr>
          <tr>
            <td>November 1998</td>
          </tr>
        </table>
        <p>
    </p>
        <p>Example written by Kevin Conder.</p>
        <p>New in Csound version 3.491</p>
        <p>Based on work by Gabriel Maldonado</p>
        <p>Thanks goes to David Gladstein, for clarifying the <span class="emphasis"><em>iwhen</em></span> parameter.</p>
      </div>
    </div>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="schedkwhennamed.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="schedwhen.html">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">schedkwhennamed </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top"> schedwhen</td>
        </tr>
      </table>
    </div>
  </body>
</html>