From d519f6816e6dbc27ecfa81d2493ae4f40be7f497 Mon Sep 17 00:00:00 2001 From: Vitaly Novichkov Date: Sun, 24 Jun 2018 02:10:25 +0300 Subject: Make CMF files sound more correctly (Especially, Dyna Blaster and Xargon musics are sounding too messy. This fix allows to resolve that) --- src/adlmidi_load.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/adlmidi_load.cpp') 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; -- cgit v1.2.3