summaryrefslogtreecommitdiff
blob: 0a153cad6a9ec3c932d946717929b5a60048305d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# TIMIDITY_OPTS
# Command line arguements to be passed to timidity. -iA is always used
# Common options:
# -Os : Output to ALSA pcm device
# -Oe : Output to esd
# -On : Output to NAS
#
# -B<n>,<m> :  Set number of buffer fragments(n), and buffer size(2^m)
#
# -EFreverb=0         : Disable MIDI reverb effect control
# -EFreverb=1[,level] : Enable MIDI reverb effect control
#                       `level' is optional to specify reverb level [0..127]
#                       This effect is only available in stereo
#                       (default)
# -EFreverb=2         : Global reverb effect

TIMIDITY_OPTS="-B2,8 -Os -EFreverb=0"

# TIMIDITY_PCM_NAME
# This option can be used to choose an alternate ALSA pcm device.  This will
# be most useful for users of the dmix alsa plugin or those with multiple
# cards.  If you don't know what this is, chances are you want the default.

#TIMIDITY_PCM_NAME="default"

#LADSPA plugins library path
LADSPA_PATH="/usr/lib/ladspa"