Hotfix crash in OSX engine dialog.

This is not really a fix, just some quick hack
to make ardour start at all if there’s no prior
CoreAudio EngineState in the config.
This commit is contained in:
Robin Gareus 2015-01-19 17:50:50 +01:00
parent d2fa2450aa
commit b0a5245ef0
3 changed files with 7 additions and 0 deletions

View file

@ -115,6 +115,7 @@ WCMRCoreAudioDevice::WCMRCoreAudioDevice (WCMRCoreAudioDeviceManager *pManager,
m_CurrentSamplingRate = DEFAULT_SR;
m_CurrentBufferSize = DEFAULT_BUFFERSIZE;
m_DefaultBufferSize = DEFAULT_BUFFERSIZE;
m_StopRequested = true;
m_pInputData = NULL;