From a1e6586b78d9595c88a3266a7638ef7ff0963943 Mon Sep 17 00:00:00 2001 From: Vitaly Novichkov Date: Sun, 7 Jul 2019 02:38:33 +0300 Subject: Few fixes - Don't use rhythm mode with IMF even loaded MIDI bank asks for it - Reduce usage of old database related things --- src/adlmidi_load.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/adlmidi_load.cpp') diff --git a/src/adlmidi_load.cpp b/src/adlmidi_load.cpp index 53f2d0c..57ca035 100644 --- a/src/adlmidi_load.cpp +++ b/src/adlmidi_load.cpp @@ -238,6 +238,7 @@ bool MIDIplay::LoadMIDI_post() { //std::fprintf(stderr, "Done reading IMF file\n"); synth.m_numFourOps = 0; //Don't use 4-operator channels for IMF playing! + synth.m_rhythmMode = false;//Don't enforce rhythm-mode when it's unneeded synth.m_musicMode = Synth::MODE_IMF; synth.m_numChips = 1; -- cgit v1.2.3