[Index] [Examples] [FAQ] [Plans] [Man pages] [Design] [Use-cases] [ecasound home page]

[ecasound(1)] [ecatools(1)] [qtecasound(1)] [ecasoundrc(5)]


ecasound documentation - manual pages

ecasoundrc

ecasoundrc

28.08.1999

NAME

ecasoundrc - ecasound rcfile

SYNOPSIS

$HOME/.ecasoundrc

DESCRIPTION

ecasoundrc is the main configuration file for ecasound. If it doesn't exist, ecasound creates it with default values. If it exists, all name-value pairs are read. When you quit ecasound, ecasoundrc is rewritten if resource values have been modified.

The format is quite simple. One line consists of a configuration variable and a value. Variable and value are separated with whitespace. You can also use '=' sign as the separator, but be sure to surround it with white space. Line "name = some_value" is valid, but "name=some_value" isn't. Lines beginning with a "#" are ignored (comment lines).

VARIABLES

midi-device
MIDI-device to use. Defaults to /dev/midi.

default-output
Output device to use. Defaults to /dev/dsp.

default-buffersize
Sets the size of buffer in samples (must be an exponent of 2). Same as the -b command line options. Defaults to 1024.

default-to-interactive-mode
Whether to always use interactive mode (true or false). Same as the the -c command line option. Defaults to false.

default-to-raisepriority
Whether to always raise runtime priority (true or false). Same as the the -r command line option. Defaults to false.

default-to-double-buffering
Whether to used advanced double-buffering with audio inputs that support it. Defaults to false.

resource-directory
Directory for ecasound configuration files. Defaults to /etc/ecasound.

resource-file-genosc-envelopes
Configuration file for generic oscillators. Is located in the resource directory. Defaults to generic_oscillators.

resource-file-single-effect-presets
Configuration file for single-chain effect presets. Is located in the resource directory. Defaults to singlechain_effect_presets.

resource-file-multi-effect-presets
Configuration file for single-chain effect presets. Is located in the resource directory. Defaults to multichain_effect_presets.

SEE ALSO

ecasound(1), qtecasound (1), ecatools (1)

AUTHOR

Kai Vehmanen, <kaiv@wakkanet.fi>