diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2018-06-24 02:10:25 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2018-06-24 02:10:25 +0300 |
commit | d519f6816e6dbc27ecfa81d2493ae4f40be7f497 (patch) | |
tree | 0bd9b8def52e1c2513020f02a05375c64671058d /src/adlmidi_load.cpp | |
parent | d5b83ac8278668d171d0a4005d728424c2a28482 (diff) | |
download | libADLMIDI-d519f6816e6dbc27ecfa81d2493ae4f40be7f497.tar.gz libADLMIDI-d519f6816e6dbc27ecfa81d2493ae4f40be7f497.tar.bz2 libADLMIDI-d519f6816e6dbc27ecfa81d2493ae4f40be7f497.zip |
Make CMF files sound more correctly
(Especially, Dyna Blaster and Xargon musics are sounding too messy. This fix allows to resolve that)
Diffstat (limited to 'src/adlmidi_load.cpp')
-rw-r--r-- | src/adlmidi_load.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adlmidi_load.cpp b/src/adlmidi_load.cpp index 41f1837..9487188 100644 --- a/src/adlmidi_load.cpp +++ b/src/adlmidi_load.cpp @@ -318,7 +318,7 @@ bool MIDIplay::LoadMIDI_post() adlins.adl[0] = adl; adlins.adl[1] = adl; adlins.ms_sound_kon = 1000; - adlins.ms_sound_koff = 500; + adlins.ms_sound_koff = 0; adlins.tone = 0; adlins.flags = 0; adlins.voice2_fine_tune = 0.0; |