mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
Waves Backend MERGED from Tracks
[To be reviewed by] Paul Davis
This commit is contained in:
parent
5d4f1c3419
commit
51d2804535
11 changed files with 44 additions and 45 deletions
|
|
@ -39,7 +39,7 @@ static const int gAllBufferSizes[] =
|
|||
///< The default SR.
|
||||
static const int DEFAULT_SR = 44100;
|
||||
///< The default buffer size.
|
||||
static const int DEFAULT_BUFFERSIZE = 128;
|
||||
static const int DEFAULT_BUFFERSIZE = 1024;
|
||||
|
||||
static const int NONE_DEVICE_ID = -1;
|
||||
|
||||
|
|
@ -2946,7 +2946,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