Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
@ -5,6 +5,7 @@ Stable versions
- Requires libxmp 4.4
- Add option to force tracker emulation
- Add option to enable classic sound mixers
- Fix default amplification factor
- Remove option --offset-bug-emulation
4.0.11 (20160306):
@ -231,6 +231,7 @@ int main(int argc, char **argv)
opt.interp = XMP_INTERP_SPLINE;
opt.dsp = XMP_DSP_LOWPASS;
opt.player_mode = XMP_MODE_AUTO;
opt.amplify = 1;
/* read configuration file */
if (!opt.norc) {