diff --git a/plugins/sf2_player/sf2_player.cpp b/plugins/sf2_player/sf2_player.cpp index 96ce38b99..1555ddc06 100644 --- a/plugins/sf2_player/sf2_player.cpp +++ b/plugins/sf2_player/sf2_player.cpp @@ -524,6 +524,11 @@ void sf2Instrument::updateSampleRate() updateChorus(); updateReverbOn(); updateChorusOn(); + + // Reset last MIDI pitch properties, which will be set to the correct values + // upon playing the next note + m_lastMidiPitch = -1; + m_lastMidiPitchRange = -1; }