ecasoundrc
12.07.1999
NAME
ecasoundrc - ecasound rcfile
SYNOPSIS
$HOME/.ecasoundrc
DESCRIPTION
ecasoundrc is the main configuration file for ecasound.
If it doesn't exists, ecasound creates it with default
values. If it exists, all the values are read. When quitting
ecasound, ecasoundrc is always rewritten using
previously loaded/changed values.
The format is quite simple. One line consists of
a configuration variable and a value. Variable and value
are separated with whitespace.
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.
- 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)
AUTHOR
Kai Vehmanen, <kaiv@wakkanet.fi>