mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
Revert "update wavesaudio backend, now supports Windows (ASIO) as well as OS X (CoreAudio)"
This reverts commit f374ce69a6.
The code does not compile on OS X, and includes changes to ARDOUR::AudioEngine
that have not landed in git.
This commit is contained in:
parent
e6cb3e8bb2
commit
8a6762f189
82 changed files with 7629 additions and 11256 deletions
|
|
@ -1,6 +1,23 @@
|
|||
/*
|
||||
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
|
||||
//!
|
||||
|
|
@ -119,12 +136,6 @@ WTErr WCMRNativeAudioNoneDevice::SetCurrentBufferSize (int newSize)
|
|||
}
|
||||
|
||||
|
||||
WTErr WCMRNativeAudioNoneDevice::UpdateDeviceInfo ()
|
||||
{
|
||||
return eNoErr;
|
||||
}
|
||||
|
||||
|
||||
WTErr WCMRNativeAudioNoneDevice::SetStreaming (bool newState)
|
||||
{
|
||||
if (Streaming() == newState)
|
||||
|
|
@ -133,8 +144,7 @@ WTErr WCMRNativeAudioNoneDevice::SetStreaming (bool newState)
|
|||
}
|
||||
|
||||
WCMRAudioDevice::SetStreaming(newState);
|
||||
|
||||
if (Streaming())
|
||||
if(Streaming())
|
||||
{
|
||||
if (m_SilenceThread)
|
||||
std::cerr << "\t\t\t\t\t !!!!!!!!!!!!!!! Warning: the inactive NONE-DEVICE was streaming!" << std::endl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue