Fix wrong VST pitch after starting LMMS with non-default sampling rate (#6068)
This commit is contained in:
@@ -206,6 +206,8 @@ void Mixer::initDevices()
|
||||
m_audioDev = tryAudioDevices();
|
||||
m_midiClient = tryMidiClients();
|
||||
}
|
||||
// Loading audio device may have changed the sample rate
|
||||
emit sampleRateChanged();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user