From d36e046fe69e40791f6291246722621beaa5174e Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Tue, 8 Sep 2020 10:52:13 +0300 Subject: Whoops --- src/adlmidi_midiplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/adlmidi_midiplay.cpp') diff --git a/src/adlmidi_midiplay.cpp b/src/adlmidi_midiplay.cpp index 09a4c15..6f1012f 100644 --- a/src/adlmidi_midiplay.cpp +++ b/src/adlmidi_midiplay.cpp @@ -1368,7 +1368,7 @@ int64_t MIDIplay::calculateChipChannelGoodness(size_t c, const MIDIchannel::Note s = 0; // Re-use releasing channel with the same instrument else if(synth.m_volumeScale == Synth::VOLUME_HMI) s = 0; // HMI doesn't care about the same instrument - else + else if(chan.recent_ins == ins) s = -koff_ms; // Wait until releasing sound will complete return s; } -- cgit v1.2.3