diff options
author | Chris Robinson <[email protected]> | 2014-01-17 01:24:18 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-01-17 01:24:18 -0800 |
commit | d65279ac2a56c35bf7ef64c23d57b685e349d4c1 (patch) | |
tree | ed5530e7c78620a1e27e2bcf5d656e9f4f1bcc84 /alsoftrc.sample | |
parent | 50c8d9181a5e99163274bfe6fdbaaf63aceb04b2 (diff) |
Update MIDI config option texts
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index bd0199eb..64590357 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -184,15 +184,22 @@ #trap-al-error = false ## -## MIDI interface stuff (EXPERIMENTAL) +## MIDI stuff (EXPERIMENTAL) ## [midi] ## soundfont: # A default soundfont (sf2 format). Used when an app requests the system -# default, or uses the MIDI interface without specifying its own soundfont. +# default. #soundfont = +## volume: +# Additional attenuation applied to MIDI output, expressed in decibels. This +# is used to help keep the mix from clipping, and so must be 0 or less. The +# value is logarithmic, so -6 will be about half amplitude, and -12 about +# 1/4th. The default is roughly -13.9794 (0.2, or 1/5th). +#volume = + ## ## Reverb effect stuff (includes EAX reverb) ## |