diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2018-06-19 22:57:06 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2018-06-19 22:57:06 +0300 |
commit | ad60170e94d599c76351198ca4052d0cd5c9602e (patch) | |
tree | 4ab583ebdc831a4ea40082dc921475d95819545b /src/adlmidi_load.cpp | |
parent | c0873278718da57ff19194377a35601027926c5f (diff) | |
parent | 105c5db749836ff25c03ae7abf3b2348ecb72c86 (diff) | |
download | libADLMIDI-ad60170e94d599c76351198ca4052d0cd5c9602e.tar.gz libADLMIDI-ad60170e94d599c76351198ca4052d0cd5c9602e.tar.bz2 libADLMIDI-ad60170e94d599c76351198ca4052d0cd5c9602e.zip |
Merge branch 'master' into stable
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 9e19ab6..7f69e25 100644 --- a/src/adlmidi_load.cpp +++ b/src/adlmidi_load.cpp @@ -714,7 +714,7 @@ riffskip: return false; } - opl.Reset(m_setup.emulator, m_setup.PCM_RATE); // Reset OPL3 chip + opl.Reset(m_setup.emulator, m_setup.PCM_RATE, this); // Reset OPL3 chip //opl.Reset(); // ...twice (just in case someone misprogrammed OPL3 previously) ch.clear(); ch.resize(opl.NumChannels); |