mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-13 10:06:33 +01:00
Reverted Ben's m_DefaultBufferSize stuff as it looks redundant. Will be put back if we establish the opposite
This commit is contained in:
parent
6485300479
commit
21b9e180bd
4 changed files with 0 additions and 6 deletions
|
|
@ -118,7 +118,6 @@ WCMRPortAudioDevice::WCMRPortAudioDevice (WCMRPortAudioDeviceManager *pManager,
|
|||
m_PortAudioStream = NULL;
|
||||
m_CurrentSamplingRate = DEFAULT_SR;
|
||||
m_CurrentBufferSize = DEFAULT_BUFFERSIZE;
|
||||
m_DefaultBufferSize = DEFAULT_BUFFERSIZE;
|
||||
m_StopRequested = true;
|
||||
m_pInputData = NULL;
|
||||
|
||||
|
|
@ -362,7 +361,6 @@ void WCMRPortAudioDevice::updateDeviceInfo (bool callerIsWaiting/*=false*/)
|
|||
{
|
||||
std::cout << "API::Device " << m_DeviceName << " Buffers: " << minSize << " " << maxSize << " " << preferredSize << std::endl;
|
||||
|
||||
m_DefaultBufferSize = preferredSize;
|
||||
m_BufferSizes.push_back (preferredSize);
|
||||
useDefaultBuffers = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue