mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-14 18:46:34 +01:00
[Summary] Error during device list generation does not mean we should abort, it does mean we couldn't interact with some CoreAudio devices which is quite possible situation.
[Deatils] Waves SG sometimes does not respond without errors on information requests when it's been freed. We need just switch to None in this case.
This commit is contained in:
parent
3c98356a22
commit
02813f6ec3
1 changed files with 0 additions and 1 deletions
|
|
@ -2945,7 +2945,6 @@ WTErr WCMRCoreAudioDeviceManager::updateDeviceListImpl()
|
|||
if (eNoErr != err)
|
||||
{
|
||||
std::cout << "API::PortAudioDeviceManager::updateDeviceListImpl: Device list update error: "<< err << std::endl;
|
||||
return err;
|
||||
}
|
||||
|
||||
if (m_CurrentDevice)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue