Fix wrong VST pitch after starting LMMS with non-default sampling rate (#6068)

This commit is contained in:
Hyunjin Song
2021-07-27 11:09:26 +09:00
committed by GitHub
parent 0abbd6cb79
commit 5d7692f437

View File

@@ -206,6 +206,8 @@ void Mixer::initDevices()
m_audioDev = tryAudioDevices();
m_midiClient = tryMidiClients();
}
// Loading audio device may have changed the sample rate
emit sampleRateChanged();
}