mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 21:56:30 +01:00
[P4/git history rebuild]
This commit is contained in:
parent
11468006f6
commit
06629f8717
1 changed files with 9 additions and 19 deletions
|
|
@ -1,23 +1,6 @@
|
||||||
/*
|
|
||||||
Copyright (C) 2013 Waves Audio Ltd.
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 2 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
||||||
|
|
||||||
*/
|
|
||||||
//----------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------
|
||||||
//
|
//
|
||||||
|
// Copyright (c) 2008 Waves Audio Ltd. All rights reserved.
|
||||||
//
|
//
|
||||||
//! \file WCMRNativeAudio.cpp
|
//! \file WCMRNativeAudio.cpp
|
||||||
//!
|
//!
|
||||||
|
|
@ -136,6 +119,12 @@ WTErr WCMRNativeAudioNoneDevice::SetCurrentBufferSize (int newSize)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
WTErr WCMRNativeAudioNoneDevice::UpdateDeviceInfo ()
|
||||||
|
{
|
||||||
|
return eNoErr;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
WTErr WCMRNativeAudioNoneDevice::SetStreaming (bool newState)
|
WTErr WCMRNativeAudioNoneDevice::SetStreaming (bool newState)
|
||||||
{
|
{
|
||||||
if (Streaming() == newState)
|
if (Streaming() == newState)
|
||||||
|
|
@ -144,6 +133,7 @@ WTErr WCMRNativeAudioNoneDevice::SetStreaming (bool newState)
|
||||||
}
|
}
|
||||||
|
|
||||||
WCMRAudioDevice::SetStreaming(newState);
|
WCMRAudioDevice::SetStreaming(newState);
|
||||||
|
|
||||||
if (Streaming())
|
if (Streaming())
|
||||||
{
|
{
|
||||||
if (m_SilenceThread)
|
if (m_SilenceThread)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue