Sophie

Sophie

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

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>Unified File Format for Orchestras and Scores</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="CommandEnvironment.html" title="Csound Environment Variables" />
    <link rel="next" href="CommandUnifileExample.html" title="Example" />
  </head>
  <body>
    <div class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center">Unified File Format for Orchestras and Scores</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="CommandEnvironment.html">Prev</a> </td>
          <th width="60%" align="center">The Csound Command</th>
          <td width="20%" align="right"> <a accesskey="n" href="CommandUnifileExample.html">Next</a></td>
        </tr>
      </table>
      <hr />
    </div>
    <div class="section" title="Unified File Format for Orchestras and Scores">
      <div class="titlepage">
        <div>
          <div>
            <h2 class="title" style="clear: both"><a id="CommandUnifile"></a>Unified File Format for Orchestras and Scores</h2>
          </div>
        </div>
      </div>
      <div class="section" title="Description">
        <div class="titlepage">
          <div>
            <div>
              <h3 class="title"><a id="CommandUnifileDescription"></a>Description</h3>
            </div>
          </div>
        </div>
        <p>
      The Unified File Format<a id="IndexUnifiedFile" class="indexterm"></a>, introduced in Csound version 3.50, enables the orchestra and score files, as well as command line flags, to be combined in one file. The file has the extension <span class="emphasis"><em>.csd</em></span>. This format was originally introduced by Michael Gogins in AXCsound.

      <a id="IndexCSD" class="indexterm"></a>
      <a id="IndexCsoundrcUnifile" class="indexterm"></a>
      <a id="IndexCsFileB" class="indexterm"></a>
      <a id="IndexCsInstruments" class="indexterm"></a>
      <a id="IndexCsMidifileB" class="indexterm"></a>
      <a id="IndexCsOptions" class="indexterm"></a>
      <a id="IndexCsSampleB" class="indexterm"></a>
      <a id="IndexCsScore" class="indexterm"></a>
      <a id="IndexCsoundSynthesizer" class="indexterm"></a>
      <a id="IndexCsVersion" class="indexterm"></a>
      <a id="IndexCsLicense" class="indexterm"></a>
    </p>
        <p>
      The file is a structured data file which uses markup language, similar to any SGML such as HTML. Start tags (&lt;<span class="emphasis"><em>tag</em></span>&gt;) and end tags (&lt;/<span class="emphasis"><em>tag</em></span>&gt;) are used to delimit the various elements. The file is saved as a text file.
    </p>
        <h4><a id="idp6111504"></a>Structured Data File Format</h4>
        <h4><a id="idp6111728"></a>Mandatory Elements</h4>
        <p>
      The first tag in the file must be the start tag <span class="emphasis"><em>&lt;CsoundSynthesizer&gt;. </em></span>The last tag in the file must be the end tag <span class="emphasis"><em>&lt;/CsoundSynthesizer&gt;. </em></span>This element is used to alert the csound compiler to the <span class="emphasis"><em>.csd</em></span> format.  All text before the start tag and after the end tag is ignored by Csound.  The tag may also be spelled <span class="emphasis"><em>&lt;CsoundSynthesiser&gt;</em></span>.
    </p>
        <h4><a id="idp6113384"></a>Options (&lt;CsOptions&gt;)</h4>
        <p>
      Csound <a class="link" href="CommandFlagsCategory.html" title="Command-line Flags (by Category)"><em class="citetitle">command line flags</em></a> are put in the Options Element. This section is delimited by the start tag <span class="emphasis"><em>&lt;CsOptions&gt;</em></span> and the end tag <span class="emphasis"><em>&lt;/CsOptions&gt; </em></span>Lines beginning with <span class="emphasis"><em>#</em></span> or <span class="emphasis"><em>;</em></span> are treated as comments.
    </p>
        <h4><a id="idp6115360"></a>Orchestra (&lt;CsInstruments&gt;)</h4>
        <p>
      The instrument definitions (orchestra) are put into the Instruments Element. The statements and syntax in this section are identical to the Csound <a class="link" href="OrchTop.html" title="Syntax of the Orchestra"><em class="citetitle">orchestra file</em></a>, and have the same requirements, including the header statements (<span class="emphasis"><em>sr</em></span>, <span class="emphasis"><em>kr</em></span>, etc.) This Instruments Element is delimited with the start tag <span class="emphasis"><em>&lt;CsInstruments&gt;</em></span> and the end tag <span class="emphasis"><em>&lt;/CsInstruments&gt;.</em></span>
    </p>
        <h4><a id="idp6117472"></a>Score (&lt;CsScore&gt;)</h4>
        <p>
      Csound score statements are put in the Score Element. The statements and syntax in this section are identical to the Csound <a class="link" href="ScoreTop.html" title="The Standard Numeric Score"><em class="citetitle">score file</em></a>, and have the same requirements. The Score Element is delimited by the start tag <span class="emphasis"><em>&lt;CsScore&gt; </em></span>and the end tag <span class="emphasis"><em>&lt;/CsScore&gt;.</em></span>
    </p>
        <p>
      As an alternative Csound score statements can also be generated by an external
      program using the CsScore scheme with an attribute bin. The lines upto the closing
      tag <span class="emphasis"><em>&lt;/CsScore&gt;</em></span> are copied to a file
      and the external program named is called with that file name and
      the destination score file.  The external program should create a
      standard Csound score.
    </p>
        <h4><a id="idp6119816"></a>Optional Elements</h4>
        <h4><a id="idp6120032"></a>Included Base64 Files (&lt;CsFileB&gt;)</h4>
        <p>
      Base64-encoded files may be included with the tag <span class="emphasis"><em>&lt;CsFileB filename=</em></span><span class="emphasis"><em>filename</em></span><span class="emphasis"><em>&gt;</em></span>, where <span class="emphasis"><em>filename</em></span> is the name of the file to be included. The Base64-encoded data should be terminated with a <span class="emphasis"><em>&lt;/CsFileB&gt;</em></span> tag. For encoding files, the csb64enc and  <a class="link" href="makecsd.html" title="makecsd"><em class="citetitle">makecsd</em></a> utilities (included with Csound 5.00 and newer) can be used. The file will be extracted to the current directory, and deleted at end of performance. If there is an already existing file with the same name, it is not overwritten, but an error will occur instead.
    </p>
        <p>
      Base64-encoded MIDI files may be included with the tag <span class="emphasis"><em>&lt;CsMidifileB filename=</em></span><span class="emphasis"><em>filename</em></span><span class="emphasis"><em>&gt;</em></span>, where <span class="emphasis"><em>filename</em></span> is the name of the file containing the MIDI information. There is no matching end tag. This was added in Csound version 4.07. Note: using this tag is not recommended; use <span class="emphasis"><em>&lt;CsFileB&gt;</em></span> instead.
    </p>
        <p>
      Base64-encoded sample files may be included with the tag <span class="emphasis"><em>&lt;CsSampleB filename=</em></span><span class="emphasis"><em>filename</em></span><span class="emphasis"><em>&gt;</em></span>, where <span class="emphasis"><em>filename</em></span> is the name of the file containing the sample. There is no matching end tag. This was added in Csound version 4.07. Note: using this tag is not recommended; use <span class="emphasis"><em>&lt;CsFileB&gt;</em></span> instead.
    </p>
        <h4><a id="idp6125360"></a>Version Blocking (&lt;CsVersion&gt;)</h4>
        <p>
        Versions of Csound may blocked by placing one of the following statements between the start tag &lt;CsVersion&gt; and the end tag &lt;/CsVersion&gt;:

          </p>
        <div class="informalexample">
          <pre class="programlisting">Before #.#</pre>
        </div>
        <p>

         or

          </p>
        <div class="informalexample">
          <pre class="programlisting">After #.#</pre>
        </div>
        <p>

         where #.# is the requested Csound version number. The second statement may be written simply as:

          </p>
        <div class="informalexample">
          <pre class="programlisting">#.#</pre>
        </div>
        <p>

         This was added in Csound version 4.09.
        </p>
        <h4><a id="idp6127856"></a>Licence Information (&lt;CsLicence&gt; or &lt;CsLicense&gt;)</h4>
        <p>
        Licencing details can be included in between the start tag <span class="emphasis"><em>&lt;CsLicence&gt;</em></span> and the end tag <span class="emphasis"><em>&lt;/CsLicence&gt;</em></span>.  There is no format for this information, any text is acceptable.  This text will be printed by Csound to the console when the CSD is run.
        </p>
      </div>
    </div>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="CommandEnvironment.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="CommandUnifileExample.html">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">Csound Environment Variables </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top"> Example</td>
        </tr>
      </table>
    </div>
  </body>
</html>