This commit is contained in:
M374LX
2015-08-11 23:47:34 -03:00
parent ed6ee790ae
commit 3f326b81fc

View File

@@ -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;
}