Use Non-Frames Version Previous Page Next Page
Syntax of the Orchestra

Directories and Files


Many generators and the Csound command itself specify filenames to be read from or written to. These are optionally full pathnames, whose target directory is fully specified. When not a full path, filenames are sought in several directories in order, depending on their type and on the setting of certain environment variables. The latter are optional, but they can serve to partition and organize the directories so that source files can be shared rather than duplicated in several user directories. The environment variables can define directories for soundfiles SFDIR, sound samples SSDIR, sound analysis SADIR, and include files for orchestra and score files INCDIR.

The search order is:

  1. Soundfiles being written are placed in SFDIR (if it exists), else the current directory.
  2. Soundfiles for reading are sought in the current directory, then SSDIR, then SFDIR.
  3. Analysis control files for reading are sought in the current directory, then SADIR.
  4. Files of code to be included in orchestra and score files (with #include) are sought first in the current directory, then in the same directory as the orchestra or score file (as appropriate), then finally INCDIR.

Beginning with Csound version 4.13, the file "csound.xmg" contains the messages (in binary format) that Csound uses to provide information to the user during performance. This allows for the messages to be in any language, although the default is English. This file must be placed in the same directory as the Csound executable. Alternatively, this file may be stored in SFDIR, SSDIR, or SADIR. Unix users may also keep this file in "usr/local/lib/". The environment variable CSSTRNGS may be used to define the directory in which the database resides. This can be overridden with the -j command line option. (New in version 3.55)

Beginning with Csound version 3.54 through Csound version 4.12, "csound.xmg" was called "csound.txt."


Use Non-Frames Version Previous Page Next Page
Syntax of the Orchestra