Sophie

Sophie

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

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>Csound command line</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="CommandTop.html" title="The Csound Command" />
    <link rel="prev" href="CommandDesc.html" title="Description of the command syntax" />
    <link rel="next" href="CommandFlagsCategory.html" title="Command-line Flags (by Category)" />
  </head>
  <body>
    <div class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center">Csound command line</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="CommandDesc.html">Prev</a> </td>
          <th width="60%" align="center">The Csound Command</th>
          <td width="20%" align="right"> <a accesskey="n" href="CommandFlagsCategory.html">Next</a></td>
        </tr>
      </table>
      <hr />
    </div>
    <div class="refentry" title="Csound command line">
      <a id="CommandFlags"></a>
      <div class="titlepage"></div>
      <a id="IndexCommandFlags" class="indexterm"></a>
      <div class="refnamediv">
        <h2>
          <span class="refentrytitle">Csound command line</span>
        </h2>
        <p>csound — 
        Csound command.
      </p>
      </div>
      <div class="refsect1" title="Description">
        <a id="idp4970832"></a>
        <h2>Description</h2>
        <p>
        The <span class="emphasis"><em>csound</em></span> command executes Csound.
      </p>
      </div>
      <div class="refsect1" title="Syntax">
        <a id="idp5016160"></a>
        <h2>Syntax</h2>
        <pre class="synopsis"><span class="command"><strong>csound</strong></span>  [<code class="option">flags</code>]  [orchname]  [scorename]</pre>
        <pre class="synopsis"><span class="command"><strong>csound</strong></span>  [<code class="option">flags</code>]  [csdfilename]</pre>
      </div>
      <div class="refsect1" title="Csound command line flags">
        <a id="idp5020192"></a>
        <h2>Csound command line flags</h2>
        <p>
        Listed below are the command line flags available in Csound5 in alphabetical order. Various platform
        implementations may not react the same way to different flags! You can view the command line flags organized by category in <a class="link" href="CommandFlagsCategory.html" title="Command-line Flags (by Category)"><em class="citetitle">Command-line Flags (by Category)</em></a>.
      </p>
        <p>
        The command line arguments are of 2 types: <span class="emphasis"><em>flags</em></span> arguments (beginning with a <span class="quote">“<span class="quote">-</span>”</span>,<span class="quote">“<span class="quote">--</span>”</span> or <span class="quote">“<span class="quote">-+</span>”</span>), and <span class="emphasis"><em>name</em></span> arguments (such as filenames). Certain flag arguments take a following name or numeric argument. Flags that start with <span class="quote">“<span class="quote">--</span>”</span> and <span class="quote">“<span class="quote">-+</span>”</span> usually take an argument themselves using <span class="quote">“<span class="quote">=</span>”</span>.
      </p>
        <div class="variablelist" title="Command-line Flags">
          <p class="title">
            <strong>Command-line Flags</strong>
          </p>
          <dl>
            <dt>
              <a id="FlagsMinusAt"></a>
              <span class="term">-@ FILE<a id="IndexMinusAt" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Provide an extended command-line in file <span class="quote">“<span class="quote">FILE</span>”</span>
            </p>
            </dd>
            <dt>
              <a id="FlagsMinus3"></a>
              <span class="term">-3<a id="IndexMinus3" class="indexterm"></a>, --format=24bit<a id="IndexMinusFormat24bit" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Use 24-bit audio samples.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinus8"></a>
              <span class="term">-8<a id="IndexMinus8" class="indexterm"></a>, --format=uchar<a id="IndexMinusFormatUchar" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Use 8-bit unsigned character audio samples.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusFormat"></a>
              <span class="term">--format=<span class="emphasis"><em>type</em></span><a id="IndexMinusFormat" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Set the audio file output format to one of the formats
              available in libsndfile.  At present the list is
              aiff, au, avr, caf, flac, htk, ircam, mat4, mat5, MPC,
              nist, ogg, paf, pvf, raw, sd2, sds, svx, voc, w64, W64,
              wav, wavex, WVE, xi.
              Can also be used as --format=type:format or --format=format:type
              to set both the file type (wav, aiff, etc.) and sample format
              (short, long, float, etc.) at the same time.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusUpperA"></a>
              <span class="term">-A<a id="IndexMinusUpperA" class="indexterm"></a>, --aiff<a id="IndexMinusAiff" class="indexterm"></a>, --format=aiff<a id="IndexMinusFAiff" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Write an AIFF format soundfile. Use with the <a class="link" href="CommandFlags.html#FlagsMinusLowerC"><em class="citetitle">-c</em></a>, <a class="link" href="CommandFlags.html#FlagsMinusLowerS"><em class="citetitle">-s</em></a>, <a class="link" href="CommandFlags.html#FlagsMinusLowerL"><em class="citetitle">-l</em></a>, or <a class="link" href="CommandFlags.html#FlagsMinusLowerF"><em class="citetitle">-f</em></a> flags.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusLowerA"></a>
              <span class="term">-a<a id="IndexMinusLowerA" class="indexterm"></a>, --format=alaw<a id="IndexMinusFormatAlaw" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Use a-law audio samples.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusUpperB"></a>
              <span class="term">-B NUM<a id="IndexMinusUpperB" class="indexterm"></a>, --hardwarebufsamps=NUM<a id="IndexMinusHardwarebufsamps" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Number of audio sample-frames held in the DAC <span class="emphasis"><em>hardware</em></span> buffer. This is a threshold on which <span class="emphasis"><em>software</em></span> audio I/O (above) will wait before returning. A small number reduces audio I/O delay; but the value is often hardware limited, and small values will risk data lates. In the case of portaudio output (the default real-time output), the -B parameter (more precisely, -B / sr) is passed as the "suggested latency" value. Other than that, Csound has no control over how PortAudio interprets the parameter. The default is 1024 on Linux, 4096 on Mac OS X and 16384 on Windows.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusLowerB"></a>
              <span class="term">-b NUM<a id="IndexMinusLowerB" class="indexterm"></a>, --iobufsamps=NUM<a id="IndexMinusIobufsamps" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Number of audio sample-frames per sound i/o <span class="emphasis"><em>software</em></span> buffer. Large is efficient, but small will reduce audio I/O delay and improve the accuracy of the timing of real time events. The default is 256 on Linux, 1024 on MacOS X, and 4096 on Windows. In real-time performance, Csound waits on audio I/O on <span class="emphasis"><em>NUM</em></span> boundaries. It also processes audio (and polls for other input like MIDI) on orchestra <span class="emphasis"><em>ksmps</em></span> boundaries. The two can be made synchronous. For convenience, if NUM is negative, the effective value is <span class="emphasis"><em>ksmps * -NUM</em></span> (audio synchronous with k-period boundaries). With NUM small (e.g. 1) polling is then frequent and also locked to fixed DAC sample boundaries.
            </p>
              <p>
              Note: if both -iadc and -odac are used at the same time (full duplex
              real time audio), the -b option should be set to an integer multiple
              of ksmps.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusUpperC"></a>
              <span class="term">-C<a id="IndexMinusUpperC" class="indexterm"></a>, --cscore<a id="IndexMinusCscore" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Use Cscore processing of the scorefile.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusLowerC"></a>
              <span class="term">-c<a id="IndexMinusLowerC" class="indexterm"></a>, --format=schar<a id="IndexMinusFormatSchar" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Use 8-bit signed character audio samples.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusCsdLineNums"></a>
              <span class="term">--csd-line-nums=NUM<a id="IndexMinusCsdLineNums" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Determines how line numbers are counted and displayed for error messages when processing a Csound Unified Document file (.csd).  This flag has no effect if separate orchestra and score files are used.  (Csound 5.08 and later).
              </p>
              <div class="itemizedlist">
                <ul class="itemizedlist" type="disc">
                  <li class="listitem">
                    <p>0 = line numbers are relative to the beginning of the orchestra or score sections of the CSD</p>
                  </li>
                  <li class="listitem">
                    <p>1 = line numbers are relative to the beginning of the CSD file.  This is the default as of Csound 5.08.</p>
                  </li>
                </ul>
              </div>
              <p>
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusUpperD"></a>
              <span class="term">-D<a id="IndexMinusUpperD" class="indexterm"></a>, --defer-gen1<a id="IndexMinusDefergen1" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Defer GEN01 soundfile loads until performance time.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusLowerD"></a>
              <span class="term">-d<a id="IndexMinusLowerD" class="indexterm"></a>, --nodisplays<a id="IndexMinusNodisplays" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Suppress all displays. See <a class="link" href="CommandFlagsCategory.html#FlagsCatMinusUpperO"><em class="citetitle">-O</em></a> if you want to save the log to a file.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusDisplays"></a>
              <span class="term">--displays<a id="IndexMinusDisplays" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Enables displays, reverting the effect of any previous -d flag.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusDefaultPaths"></a>
              <span class="term">--default-paths<a id="IndexMinusDefaultPaths" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Reenables adding of directory of CSD/ORC/SCO to search paths,
              if it has been disabled by a previous <a class="link" href="CommandFlags.html#FlagsMinusNoDefaultPaths"><em class="citetitle">--no-default-paths</em></a> (e.g. in <a class="link" href="CommandUnifileParFile.html" title="Command Line Parameter File (.csoundrc)"><em class="citetitle">.csoundrc</em></a>).
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusEnvEquals"></a>
              <span class="term">--env:NAME=VALUE<a id="IndexMinusEnvEquals" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Set environment variable NAME to VALUE. Note: not all
              environment variables can be set this way, because some are
              read before parsing the command line. INCDIR, SADIR, <a class="link" href="CommandEnvironment.html" title="Csound Environment Variables"><em class="citetitle">SFDIR</em></a>,
              and <a class="link" href="CommandEnvironment.html" title="Csound Environment Variables"><em class="citetitle">SSDIR</em></a> are known to work.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusEnvPlusEquals"></a>
              <span class="term">--env:NAME+=VALUE<a id="IndexMinusEnvPlusEquals" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Append VALUE to ';' separated list of search paths in
              environment variable NAME (should be INCDIR, SADIR, <a class="link" href="CommandEnvironment.html" title="Csound Environment Variables"><em class="citetitle">SFDIR</em></a>,
              or <a class="link" href="CommandEnvironment.html" title="Csound Environment Variables"><em class="citetitle">SSDIR</em></a>). If a file is found in multiple directories, the
              last will be used.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusExpressionOpt"></a>
              <span class="term">--expression-opt<a id="IndexMinusExpressionOpt" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              <span class="emphasis"><em>Since Csound 5.</em></span>
              Turns on some optimizations in expressions:
              </p>
              <div class="itemizedlist">
                <ul class="itemizedlist" type="disc">
                  <li class="listitem">
                    <p>Redundant assignment operations are eliminated whenever
                    possible. This means that for example this line
                    a1 = a2 + a3
                    will compile as
                    a1 Add a2, a3
                    instead of
                    #a0 Add a2, a3
                    a1 = #a0
                    saving a temporary variable and an opcode call. Less opcode
                    calls result in reduced CPU usage (an average orchestra may
                    compile about 10% faster with --expression-opt, but it
                    depends largely on how many expressions are used, what the
                    control rate is (see also below), etc.; thus, the difference
                    may be less, but also much more).</p>
                  </li>
                  <li class="listitem">
                    <p>number of a- and k-rate temporary variables is significantly
                    reduced. This expression</p>
                    <pre class="programlisting">
                    (a1 + a2 + a3 + a4)</pre>
                    <p>will compile as</p>
                    <pre class="programlisting">
                    #a0 Add a1, a2
                    #a0 Add #a0, a3
                    #a0 Add #a0, a4       ; (the result is in #a0)</pre>
                    <p>instead of</p>
                    <pre class="programlisting">
                    #a0 Add a1, a2
                    #a1 Add #a0, a3
                    #a2 Add #a1, a4       ; (the result is in #a2)</pre>
                    <p>The advantages of less temporary variables are:</p>
                    <div class="itemizedlist">
                      <ul class="itemizedlist" type="circle">
                        <li class="listitem">less cache memory is used, which may improve performance
                        of orchestras with many a-rate expressions and a low
                        control rate (e.g. ksmps = 100)</li>
                        <li class="listitem">large orchestras may load faster due to less different
                        identifier names</li>
                        <li class="listitem">index overflow errors (i.e. when messages like this
                        Case2: indx=-56004 (ffff253c); (short)indx = 9532 (253c)
                        are printed and odd behavior or a Csound crash occurs) may
                        be fixed, because such errors are triggered by too many
                        different (especially a-rate) variable names in a single
                        instrument.</li>
                      </ul>
                    </div>
                    <p>Note that this optimization (due to technical reasons) is not
                    performed on i-rate temporary variables.</p>
                  </li>
                </ul>
              </div>
              <p>

              </p>
              <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
                <table border="0" summary="Warning: Warning">
                  <tr>
                    <td rowspan="2" align="center" valign="top" width="25">
                      <img alt="[Warning]" src="images/warning.png" />
                    </td>
                    <th align="left">Warning</th>
                  </tr>
                  <tr>
                    <td align="left" valign="top">
                      <p>
                  When --expression-opt is turned on, it is not allowed to use the i()
                  function with an expression argument, and relying on the value of
                  k-rate expressions at i-time is unsafe.
                </p>
                    </td>
                  </tr>
                </table>
              </div>
              <p>

            </p>
            </dd>
            <dt>
              <a id="FlagsMinusUpperF"></a>
              <span class="term">-F FILE<a id="IndexMinusUpperF" class="indexterm"></a>, --midifile=FILE<a id="IndexMinusMidifile" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Read MIDI events from MIDI file <span class="emphasis"><em>FILE</em></span>.
              The file should have only one track in Csound versions 4.xx and
              earlier; this limitation is removed in Csound 5.00.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusLowerF"></a>
              <span class="term">-f<a id="IndexMinusLowerF" class="indexterm"></a>, --format=float<a id="IndexMinusFormatFloat" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Use single-format float audio samples (not playable on some systems, but can be read by <a class="link" href="CommandFlags.html#FlagsMinusLowerI"><em class="citetitle">-i</em></a>, <a class="link" href="soundin.html" title="soundin"><em class="citetitle">soundin</em></a> and <a class="link" href="GEN01.html" title="GEN01"><em class="citetitle">GEN01</em></a>
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusUpperG"></a>
              <span class="term">-G<a id="IndexMinusUpperG" class="indexterm"></a>, --postscriptdisplay<a id="IndexMinusPostscriptdisplay" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Suppress graphics, use PostScript displays instead.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusLowerG"></a>
              <span class="term">-g<a id="IndexMinusLowerG" class="indexterm"></a>, --asciidisplay<a id="IndexMinusAsciidisplay" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Suppress graphics, use ASCII displays instead.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusUpperH"></a>
              <span class="term">-H#<a id="IndexMinusUpperH" class="indexterm"></a>, --heartbeat=NUM<a id="IndexMinusHeartbeat" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Print a heartbeat after each soundfile buffer write:
              </p>
              <div class="itemizedlist">
                <ul class="itemizedlist" type="disc">
                  <li class="listitem">
                    <p>no NUM, a rotating bar.</p>
                  </li>
                  <li class="listitem">
                    <p>NUM = 1, a rotating bar.</p>
                  </li>
                  <li class="listitem">
                    <p>NUM = 2, a dot (.)</p>
                  </li>
                  <li class="listitem">
                    <p>NUM = 3, filesize in seconds.</p>
                  </li>
                  <li class="listitem">
                    <p>NUM = 4, sound a bell.</p>
                  </li>
                </ul>
              </div>
              <p>
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusLowerH"></a>
              <span class="term">-h<a id="IndexMinusLowerH" class="indexterm"></a>, --noheader<a id="IndexMinusNoheader" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              No header on output soundfile.
              Don't write a file header, just binary samples.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusHelp"></a>
              <span class="term">--help<a id="IndexMinusHelp" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Display on-line help message.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusUpperI"></a>
              <span class="term">-I<a id="IndexMinusUpperI" class="indexterm"></a>, --i-only<a id="IndexMinusIonly" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              <span class="emphasis"><em>i-time only.</em></span> Allocate and initialize all instruments as per the score, but skip all p-time processing (no k-signals or a-signals, and thus no amplitudes and no sound). Provides a fast validity check of the score pfields and orchestra i-variables.  This option is exclusive of the --syntax-check-only flag.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusLowerI"></a>
              <span class="term">-i FILE<a id="IndexMinusLowerI" class="indexterm"></a>, --input=FILE<a id="IndexMinusInput" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Input soundfile name. If not a full pathname, the file will be sought first in the current directory, then in that given by the environment variable <a class="link" href="CommandEnvironment.html" title="Csound Environment Variables"><em class="citetitle">SSDIR</em></a> (if defined), then by <a class="link" href="CommandEnvironment.html" title="Csound Environment Variables"><em class="citetitle">SFDIR</em></a>. The name <span class="emphasis"><em>stdin</em></span> will cause audio to be read from standard input.
            </p>
              <p>
              The name <span class="emphasis"><em>devaudio</em></span> or <span class="emphasis"><em>adc</em></span> will request sound from the host audio input device. It is possible to select a device number by appending an integer value in the range 0 to 1023, or a device name separated by a : character (e.g. -iadc3, -iadc:hw:1,1). It depends on the host audio interface whether a device number or a name should be used. In the first case, an out of range number usually results in an error and listing the valid device numbers.
            </p>
              <p>
              The audio coming in using <span class="emphasis"><em>-i</em></span> can be received using opcodes like <a class="link" href="inch.html" title="inch"><em class="citetitle">inch</em></a>.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusPlusIdArtist"></a>
              <span class="term">-+id_artist=string<a id="IndexMinusPlusIdArtist" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              (max. length = 200 characters) Artist tag in output soundfile (no spaces)
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusPlusIdComment"></a>
              <span class="term">-+id_comment=string<a id="IndexMinusPlusIdComment" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              (max. length = 200 characters) Comment tag in output soundfile (no spaces)
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusPlusIdCopyright"></a>
              <span class="term">-+id_copyright=string<a id="IndexMinusPlusIdCopyright" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              (max. length = 200 characters) Copyright tag in output soundfile (no spaces)
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusPlusIdDate"></a>
              <span class="term">-+id_date=string<a id="IndexMinusPlusIdDate" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              (max. length = 200 characters) Date tag in output soundfile (no spaces)
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusPlusIdSoftware"></a>
              <span class="term">-+id_software=string<a id="IndexMinusPlusIdSoftware" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              (max. length = 200 characters) Software tag in output soundfile (no spaces)
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusPlusIdTitle"></a>
              <span class="term">-+id_title=string<a id="IndexMinusPlusIdTitle" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              (max. length = 200 characters) Title tag in output soundfile (no spaces)
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusPlusIgnoreCsopts"></a>
              <span class="term">-+ignore_csopts=integer<a id="IndexMinusPlusIgnoreCsopts" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              If set to 1, Csound will ignore all options specified in the csd file's CsOptions section. See <a class="link" href="CommandUnifile.html" title="Unified File Format for Orchestras and Scores"><em class="citetitle">Unified File Format for Orchestras and Scores</em></a>.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusPlusInputStream"></a>
              <span class="term">-+input_stream=string<a id="IndexMinusPlusInputStream" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Pulseaudio input stream name.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusUpperJ"></a>
              <span class="term">-J<a id="IndexMinusUpperJ" class="indexterm"></a>, --ircam<a id="IndexMinusIrcam" class="indexterm"></a>, --format=ircam<a id="IndexMinusFIrcam" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Write an IRCAM format soundfile.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusPlusJackClient"></a>
              <span class="term">-+jack_client=[client_name]<a id="IndexMinusPlusJackClient" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              The client name used by Csound, defaults to 'csound5'.
              If multiple instances of Csound connect to the JACK server,
              different client names need to be used to avoid name
              conflicts. (Linux and Mac OS X only)
            </p>
            </dd>
            <dt>
              <a id="IndexMinusPlusJackPortname"></a>
              <span class="term">-+jack_inportname=[input port name prefix], -+jack_outportname=[output port name prefix]
            <a id="IndexMinusPlusJackInportname" class="indexterm"></a>
            <a id="IndexMinusPlusJackOutportname" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Name prefix of Csound JACK input/output ports; the default is
              'input' and 'output'. The actual port name is the channel number
              appended to the name prefix. (Linux and Mac OS X only)
            </p>
              <p>
              Example: with the above default settings, a stereo orchestra will
              create these ports in full duplex operation:
              </p>
              <pre class="screen">
                csound5:input1              (record left)
                csound5:input2              (record right)
                csound5:output1             (playback left)
                csound5:output2             (playback right)</pre>
              <p>
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusUpperK"></a>
              <span class="term">-K<a id="IndexMinusUpperK" class="indexterm"></a>, --nopeaks<a id="IndexMinusNopeaks" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Do not generate any PEAK chunks.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusLowerK"></a>
              <span class="term">-k NUM<a id="IndexMinusLowerK" class="indexterm"></a>, --control-rate=NUM<a id="IndexMinusControlrate" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Override the control rate (<a class="link" href="kr.html" title="kr"><em class="citetitle">KR</em></a>) supplied by the orchestra.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusUpperL"></a>
              <span class="term">-L DEVICE<a id="IndexMinusUpperL" class="indexterm"></a>, --score-in=DEVICE<a id="IndexMinusScorein" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Read line-oriented real-time score events from device <span class="emphasis"><em>DEVICE</em></span>. The name <span class="emphasis"><em>stdin</em></span> will permit score events to be typed at your terminal, or piped from another process. Each line-event is terminated by a carriage-return. Events are coded just like those in a <span class="emphasis"><em>standard numeric score</em></span>, except that an event with p2=0 will be performed immediately, and an event with p2=T will be performed T seconds after arrival. Events can arrive at any time, and in any order. The score <span class="emphasis"><em>carry</em></span> feature is legal here, as are held notes (p3 negative) and string arguments, but ramps and <span class="emphasis"><em>pp</em></span> or <span class="emphasis"><em>np</em></span> references are not.
            </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>
	    The -L flag is only valid on *NIX systems which have pipes. It doesn't work on Windows.
	  </p>
                    </td>
                  </tr>
                </table>
              </div>
            </dd>
            <dt>
              <a id="FlagsMinusLowerL"></a>
              <span class="term">-l<a id="IndexMinusLowerL" class="indexterm"></a>, --format=long<a id="IndexMinusFormatLong" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Use long integer audio samples.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusUpperM"></a>
              <span class="term">-M DEVICE<a id="IndexMinusUpperM" class="indexterm"></a>, --midi-device=DEVICE<a id="IndexMinusMididevice" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
                Read MIDI events from device <span class="emphasis"><em>DEVICE</em></span>. If using ALSA MIDI (-+rtmidi=alsa), devices are selected by name and not number. So, you need to use an option like -M hw:CARD,DEVICE where CARD and DEVICE are the card and device numbers (e.g. -M hw:1,0). In the case of PortMidi and MME, DEVICE should be a number, and if it is out of range, an error occurs and the valid device numbers are printed.When using PortMidi, you can use '-Ma' to enable all devices. This is also convenient when you don't have devices as it will not generate an error.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusLowerM"></a>
              <span class="term">-m NUM<a id="IndexMinusLowerM" class="indexterm"></a>, --messagelevel=NUM<a id="IndexMinusMessagelevel" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Message level for standard (terminal) output. Takes the <span class="emphasis"><em>sum</em></span> of any of the following values:
              
              </p>
              <div class="itemizedlist">
                <ul class="itemizedlist" type="disc">
                  <li class="listitem">
                    <p>1 = note amplitude messages</p>
                  </li>
                  <li class="listitem">
                    <p>2 = samples out of range message</p>
                  </li>
                  <li class="listitem">
                    <p>4 = warning messages</p>
                  </li>
                  <li class="listitem">
                    <p>128 = print benchmark information</p>
                  </li>
                </ul>
              </div>
              <p>
              
              And exactly one of these to select note amplitude format:
              
              </p>
              <div class="itemizedlist">
                <ul class="itemizedlist" type="disc">
                  <li class="listitem">
                    <p>0 = raw amplitudes, no colours</p>
                  </li>
                  <li class="listitem">
                    <p>32 = dB, no colors</p>
                  </li>
                  <li class="listitem">
                    <p>64 = dB, out of range highlighted with red</p>
                  </li>
                  <li class="listitem">
                    <p>96 = dB, all colors</p>
                  </li>
                  <li class="listitem">
                    <p>256 = raw, out of range highlighted with red</p>
                  </li>
                  <li class="listitem">
                    <p>512 = raw, all colours</p>
                  </li>
                </ul>
              </div>
              <p>
              
              The default is 135 (128+4+2+1), which means all messages, raw
              amplitude values, and printing elapsed time at the end of
              performance.  The coloring of raw amplitudes was introduced
              in version 5.04.
              
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusLowerMA"></a>
              <span class="term">--m-amps=NUM<a id="IndexMinusLowerMA" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Message level for amplitudes on standard (terminal) output. 
              </p>
              <div class="itemizedlist">
                <ul class="itemizedlist" type="disc">
                  <li class="listitem">
                    <p>0 = no note amplitude messages</p>
                  </li>
                  <li class="listitem">
                    <p>1 = note amplitude messages</p>
                  </li>
                </ul>
              </div>
              <p>
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusLowerMR"></a>
              <span class="term">--m-range=NUM<a id="IndexMinusLowerMR" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Message level for out of range messages on standard (terminal) output. 
              </p>
              <div class="itemizedlist">
                <ul class="itemizedlist" type="disc">
                  <li class="listitem">
                    <p>0 = no samples out of range message</p>
                  </li>
                  <li class="listitem">
                    <p>1 = samples out of range message</p>
                  </li>
                </ul>
              </div>
              <p>
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusLowerMW"></a>
              <span class="term">--m-warnings=NUM<a id="IndexMinusLowerMW" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Message level for warnings on standard (terminal) output. 
              </p>
              <div class="itemizedlist">
                <ul class="itemizedlist" type="disc">
                  <li class="listitem">
                    <p>0 = no warning messages</p>
                  </li>
                  <li class="listitem">
                    <p>1 = warning messages</p>
                  </li>
                </ul>
              </div>
              <p>
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusLowerMD"></a>
              <span class="term">--m-dB=NUM<a id="IndexMinusLowerMD" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Message level for amplitude format on standard (terminal) output. 
              </p>
              <div class="itemizedlist">
                <ul class="itemizedlist" type="disc">
                  <li class="listitem">
                    <p>0 = absolute amplitude messages</p>
                  </li>
                  <li class="listitem">
                    <p>1 = dB amplitude messages</p>
                  </li>
                </ul>
              </div>
              <p>
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusLowerMC"></a>
              <span class="term">--m-colours=NUM<a id="IndexMinusLowerMC" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Message level for amplitude format on standard (terminal) output. 
              </p>
              <div class="itemizedlist">
                <ul class="itemizedlist" type="disc">
                  <li class="listitem">
                    <p>0 = no colouring of amplitude messages</p>
                  </li>
                  <li class="listitem">
                    <p>1 = colouring of amplitude messages</p>
                  </li>
                </ul>
              </div>
              <p>
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusLowerMB"></a>
              <span class="term">--m-benchmarks=NUM<a id="IndexMinusLowerMB" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Message level for benchmark information on standard (terminal) output. 
              </p>
              <div class="itemizedlist">
                <ul class="itemizedlist" type="disc">
                  <li class="listitem">
                    <p>0 = no benchnark numbers</p>
                  </li>
                  <li class="listitem">
                    <p>1 = print benchnark numbers</p>
                  </li>
                </ul>
              </div>
              <p>
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusPlusMaxStrLen"></a>
              <span class="term">-+max_str_len=integer<a id="IndexMinusPlusMaxStrLen" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              (min: 10, max: 10000) Maximum length of string variables + 1;
              defaults to 256 allowing a length of 255 characters. The length of
              string constants is not limited by this parameter.
            </p>
            </dd>
            <dt>
              <a id="FlagsMidiKey"></a>
              <span class="term">--midi-key=N<a id="IndexMidiKey" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Route MIDI note on message key number to pfield N as
              MIDI value [0-127].
            </p>
            </dd>
            <dt>
              <a id="FlagsMidiKeyCps"></a>
              <span class="term">--midi-key-cps=N<a id="IndexMidiKeyCps" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Route MIDI note on message key number to pfield N
              as cycles per second.
            </p>
            </dd>
            <dt>
              <a id="FlagsMidiKeyOct"></a>
              <span class="term">--midi-key-oct=N<a id="IndexMidiKeyOct" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Route MIDI note on message key number to pfield
              N as linear octave.
            </p>
            </dd>
            <dt>
              <a id="FlagsMidiKeyPch"></a>
              <span class="term">--midi-key-pch=N<a id="IndexMidiKeyPch" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Route MIDI note on message key number to
              pfield N as oct.pch (pitch class).
            </p>
            </dd>
            <dt>
              <a id="FlagsMidiVelocity"></a>
              <span class="term">--midi-velocity=N<a id="IndexMidiVelocity" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Route MIDI note on message velocity number to pfield
              N as MIDI value [0-127].
            </p>
            </dd>
            <dt>
              <a id="FlagsMidiKeyAmp"></a>
              <span class="term">--midi-velocity-amp=N<a id="IndexMidiKeyAmp" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Route MIDI note on message velocity number to pfield
              N as amplitude [0-0dbFS].
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusMidiOutFile"></a>
              <span class="term">--midioutfile=FILENAME<a id="IndexMinusMidiOutFile" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Save MIDI output to a file (Csound 5.00 and later only).
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusPlusMsgColor"></a>
              <span class="term">-+msg_color=boolean<a id="IndexMinusPlusMsgColor" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Enable message attributes (colors etc.); might need to be disabled on some terminals which print strange characters instead of modifying text attributes. default: true.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusPlusMuteTracks"></a>
              <span class="term">-+mute_tracks=string<a id="IndexMinusPlusMuteTracks" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              (max. length = 255 characters) Ignore events (other than
              tempo changes) in MIDI file tracks defined by pattern (for
              example, -+mute_tracks=00101 will mute the third and fifth
              tracks).
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusUpperN"></a>
              <span class="term">-N<a id="IndexMinusUpperN" class="indexterm"></a>, --notify<a id="IndexMinusNotify" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Notify (ring the bell) when score or MIDI track is done.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusLowerN"></a>
              <span class="term">-n<a id="IndexMinusLowerN" class="indexterm"></a>, --nosound<a id="IndexMinusNosound" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              No sound. Do all processing, but bypass writing of sound to disk. This flag does not change the execution in any other way.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusNoDefaultPaths"></a>
              <span class="term">--no-default-paths<a id="IndexMinusNoDefaultPaths" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Disables adding of directory of CSD/ORC/SCO to search paths.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusNoExpressionOpt"></a>
              <span class="term">--no-expression-opt<a id="IndexMinusNoExpressionOpt" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Disables expression optimization.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusUpperO"></a>
              <span class="term">-O FILE<a id="IndexMinusUpperO" class="indexterm"></a>, --logfile=FILE<a id="IndexMinusLogfile" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Log output to file <span class="emphasis"><em>FILE</em></span>. If <span class="emphasis"><em>FILE</em></span> is null (i.e. <span class="emphasis"><em>-O null</em></span> or <span class="emphasis"><em>--logfile=null</em></span>) all printing of messages to the console is disabled.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusLowerO"></a>
              <span class="term">-o FILE<a id="IndexMinusLowerO" class="indexterm"></a>, --output=FILE<a id="IndexMinusOutput" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Output soundfile name. If not a full pathname, the soundfile will be placed in the directory given by the environment variable <a class="link" href="CommandEnvironment.html" title="Csound Environment Variables"><em class="citetitle">SFDIR</em></a> (if defined), else in the current directory. The name <span class="emphasis"><em>stdout</em></span> will cause audio to be written to standard output, while <span class="emphasis"><em>null</em></span> results in no sound output similarly to the -n flag. If no name is given, the default name will be <span class="emphasis"><em>test</em></span>.
            </p>
              <p>
              The name <span class="emphasis"><em>devaudio</em></span> or <span class="emphasis"><em>dac</em></span> (you can use <span class="emphasis"><em>-odac</em></span> or <span class="emphasis"><em>-o dac</em></span>) will request writing sound to the host audio output device. It is possible to select a device number by appending an integer value in the range 0 to 1023, or a device name separated by a : character (e.g. -odac3, -odac:hw:1,1). It depends on the host audio interface whether a device number or a name should be used. In the first case, an out of range number usually results in an error and listing the valid device numbers.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusMinusOgg"></a>
              <span class="term">--ogg<a id="IndexMinusMinusOgg" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Set output file format to ogg.  (csound 5.18 and later)
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusOmacro"></a>
              <span class="term">--omacro:XXX=YYY<a id="IndexMinusOmacro" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Set orchestra macro XXX to value YYY
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusOpcodeLib"></a>
              <span class="term">--opcode-lib=LIBNAME<a id="IndexMinusOpcodeLib" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
	    Load plugin library <span class="emphasis"><em>LIBNAME</em></span>.
	  </p>
            </dd>
            <dt>
              <a id="FlagMinuMinusOrc"></a>
              <span class="term">--orc orcname<a id="IndexMinusMinusOrc" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
	    Set the argument as the orchestrra file.  Used when not
            score is required&gt;.  (Csound 5.18 and later).
	  </p>
            </dd>
            <dt>
              <a id="FlagsMinusPlusOutputStream"></a>
              <span class="term">-+output_stream=string<a id="IndexMinusPlusOutputStream" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
            Pulseaudio output stream name.
          </p>
            </dd>
            <dt>
              <a id="FlagsMinusUpperQ"></a>
              <span class="term">-Q DEVICE<a id="IndexMinusUpperQ" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
            Enables MIDI OUT operations to device id
            <span class="emphasis"><em>DEVICE</em></span>. This flag allows parallel
            MIDI OUT and DAC performance. Unfortunately the real-time
            timing implemented in Csound is completely managed by DAC
            buffer sample flow. So MIDI OUT operations can present
            some time irregularities. These irregularities can be
            reduced by using a lower value for the <a class="link" href="CommandFlags.html#FlagsMinusLowerB"><em class="citetitle">-b</em></a>
            flag. 
            </p>
              <p>
              If using ALSA MIDI (-+rtmidi=alsa), devices are selected by name and not number. So, you need to use an option like -Q hw:CARD,DEVICE where CARD and DEVICE are the card and device numbers (e.g. -Q hw:1,0). In the case of PortMidi and MME, DEVICE should be a number, and if it is out of range, an error occurs and the valid device numbers are printed.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusUpperR"></a>
              <span class="term">-R<a id="IndexMinusUpperR" class="indexterm"></a>, --rewrite<a id="IndexMinusRewrite" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Continually rewrite the header while writing the soundfile (WAV/AIFF).
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusLowerR"></a>
              <span class="term">-r NUM<a id="IndexMinusLowerR" class="indexterm"></a>, --sample-rate=NUM<a id="IndexMinusSamplerate" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Override the sampling rate (<a class="link" href="sr.html" title="sr"><em class="citetitle">SR</em></a>) supplied by the orchestra.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusPlusRawControlerMode"></a>
              <span class="term">-+raw_controller_mode=boolean<a id="IndexMinusRawControllerMode" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Disable special handling of MIDI controllers like sustain
              pedal, all notes off etc., allowing the use of all the 128
              controllers for any purpose. This will also set the initial value
              of all controllers to zero.  Default: no.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusPlusRtaudio"></a>
              <span class="term">-+rtaudio=string<a id="IndexMinusRtaudio" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              (max. length = 20 characters) Real time audio module name.
              The default is PortAudio. Also available, depending on platform and build options: Linux: alsa, jack; Windows: mme; Mac OS X: CoreAudio. In addition, null can be used on all platforms, to disable the use of any real time audio plugin.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusPlusRtmidi"></a>
              <span class="term">-+rtmidi=string<a id="IndexMinusRtmidi" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              (max. length = 20 characters) Real time MIDI module name.
              Defaults to PortMidi, other options (depending on build options): Linux: alsa; Windows: mme, winmm. In addition, null can be used on all platforms, to disable the use of any real time MIDI plugin.
            </p>
              <p>ALSA MIDI devices are selected by name and not number. So, you
              need to use an option like -M hw:CARD,DEVICE where CARD and
              DEVICE are the card and device numbers (e.g. -M hw:1,0).
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusLowerS"></a>
              <span class="term">-s<a id="IndexMinusLowerS" class="indexterm"></a>, --format=short<a id="IndexMinusFormatShort" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Use short integer audio samples.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusSched"></a>
              <span class="term">--sched<a id="IndexMinusSched" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              <span class="emphasis"><em>Linux only.</em></span> Use real-time scheduling and lock memory. (Also requires <a class="link" href="CommandFlags.html#FlagsMinusLowerD"><em class="citetitle">-d</em></a> and either <a class="link" href="CommandFlags.html#FlagsMinusLowerO"><em class="citetitle">-o dac</em></a> or <a class="link" href="CommandFlags.html#FlagsMinusLowerO"><em class="citetitle">-o devaudio</em></a>).
              See also --sched=N below.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusSchedN"></a>
              <span class="term">--sched=N<a id="IndexMinusSchedN" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              <span class="emphasis"><em>Linux only.</em></span>
              Same as --sched, but allows specifying a priority value: if N
              is positive (in the range 1 to 99) the scheduling policy
              SCHED_RR will be used with a priority of N; otherwise,
              SCHED_OTHER is used with the nice level set to N.
              Can also be used in the format --sched=N,MAXCPU,TIME to enable the
              use of a "watchdog" thread that terminates Csound if the average CPU
              usage exceeds MAXCPU percents over a peroid of TIME seconds (new in
              Csound 5.00).
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusPlusServer"></a>
              <span class="term">-+server=string<a id="IndexMinusPlusServer" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Pulseaudio server name.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusPlusSkipSeconds"></a>
              <span class="term">-+skip_seconds=float<a id="IndexMinusSkipSecons" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              (min: 0) Start playback at the specified time (in seconds),
              skipping earlier events in the score and MIDI file.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusSmacro"></a>
              <span class="term">--smacro:XXX=YYY<a id="IndexMinusSmacro" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Set score macro XXX to value YYY
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusStrset"></a>
              <span class="term">--strset<a id="IndexMinusStrset" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              <span class="emphasis"><em>Csound 5.</em></span>
              The --strset option allows setting strset string values from
              the command line, in the format '--strsetN=VALUE'. It is
              useful for passing parameters to the orchestra (e.g. file
              names).
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusSyntaxCheckOnly"></a>
              <span class="term">--syntax-check-only<a id="IndexMinusSyntaxCheckOnly" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Causes Csound to exit immediately after the orchestra and score parsers finish checking the syntax of the input files and before the orchestra performs the score.  This option is exclusive of the --i-only flag.  (Csound 5.08 and later).
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusUpperT"></a>
              <span class="term">-T<a id="IndexMinusUpperT" class="indexterm"></a>, --terminate-on-midi<a id="IndexMinusTerminateonmidi" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Terminate the performance when the end of MIDI file is reached.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusLowerT0"></a>
              <span class="term">-t0<a id="IndexMinusLowerT0" class="indexterm"></a>, --keep-sorted-score<a id="IndexMinusKeepsortedscore" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Prevents Csound from deleting the sorted score file, score.srt, upon exit.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusLowerT"></a>
              <span class="term">-t NUM<a id="IndexMinusLowerT" class="indexterm"></a>, --tempo=NUM<a id="IndexMinusTempo" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Use the uninterpreted beats of <span class="emphasis"><em>score.srt</em></span> for this performance, and set the initial tempo at <span class="emphasis"><em>NUM</em></span> beats per minute. When this flag is set, the tempo of score performance is also controllable from within the orchestra. WARNING: this mode of operation is experimental and may be unreliable.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusUpperU"></a>
              <span class="term">-U UTILITY<a id="IndexMinusUpperU" class="indexterm"></a>, --utility=UTILITY<a id="IndexMinusUtility" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Invoke the utility program <span class="emphasis"><em>UTILITY</em></span>. Use any
              invalid name to list the available utilities.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusLowerU"></a>
              <span class="term">-u<a id="IndexMinusLowerU" class="indexterm"></a>,
            --format=ulaw<a id="IndexMinusFormatUlaw" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Use u-law audio samples.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusLowerV"></a>
              <span class="term">-v<a id="IndexMinusLowerV" class="indexterm"></a>, --verbose<a id="IndexMinusVerbose" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Verbose translate and run. Prints details of orch translation and performance, enabling errors to be more clearly located.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusUpperW"></a>
              <span class="term">-W<a id="IndexMinusUpperW" class="indexterm"></a>, --wave<a id="IndexMinusWave" class="indexterm"></a>, --format=wave<a id="IndexMinusFWave" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Write a WAV format soundfile.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusLowerX"></a>
              <span class="term">-x FILE<a id="IndexMinusLowerX" class="indexterm"></a>, --extract-score=FILE<a id="IndexMinusExtractscore" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Extract a portion of the sorted score, score.srt, using the extract file <span class="emphasis"><em>FILE</em></span> (see <a class="link" href="CommandPreproc.html#commandpreextract" title="The Extract Feature"><em class="citetitle">Extract</em></a>).
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusUpperZ"></a>
              <span class="term">-Z<a id="IndexMinusUpperZ" class="indexterm"></a>, --dither<a id="IndexMinusDither" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Switch on dithering of audio conversion from internal
              floating point to 32, 16 and 8-bit formats.  The default
              form of the dither is triangular.  
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusUpperZd"></a>
              <span class="term">-Z<a id="IndexMinusUpperZd" class="indexterm"></a>, --dither--triangular<a id="IndexMinusDitherTrangular" class="indexterm"></a>, --dither--uniform<a id="IndexMinusDitherUniform" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              Switch on dithering of audio conversion from internal
              floating point to 32, 16 and 8-bit formats.  In the case
              of -Z the next digit should be a 1 (for trangular) or a
              2 (for uniform).  The exact interpretation depends on
              the output system.
            </p>
            </dd>
            <dt>
              <a id="FlagsMinusLowerZ"></a>
              <span class="term">-z NUM<a id="IndexMinusLowerZ" class="indexterm"></a>, --list-opcodesNUM<a id="IndexMinusListopcodes" class="indexterm"></a></span>
            </dt>
            <dd>
              <p>
              List opcodes in this version:
              </p>
              <div class="itemizedlist">
                <ul class="itemizedlist" type="disc">
                  <li class="listitem">
                    <p>no NUM, just show names</p>
                  </li>
                  <li class="listitem">
                    <p>NUM = 0, just show names</p>
                  </li>
                  <li class="listitem">
                    <p>NUM = 1, show arguments to each opcode using the format &lt;opname&gt; &lt;outargs&gt; &lt;inargs&gt;</p>
                  </li>
                </ul>
              </div>
              <p>
            </p>
            </dd>
          </dl>
        </div>
      </div>
    </div>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="CommandDesc.html">Prev</a> </td>
          <td width="20%" align="center">
            <a accesskey="u" href="CommandTop.html">Up</a>
          </td>
          <td width="40%" align="right"> <a accesskey="n" href="CommandFlagsCategory.html">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">Description of the command syntax </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top"> Command-line Flags (by Category)</td>
        </tr>
      </table>
    </div>
  </body>
</html>