mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 12:16:30 +01:00
cosmetic fix (grygorii)
This commit is contained in:
parent
480f1e4082
commit
0fca07fa9d
1 changed files with 6 additions and 0 deletions
|
|
@ -339,6 +339,12 @@ bool WCMRAudioDevice::Streaming ()
|
||||||
//**********************************************************************************************
|
//**********************************************************************************************
|
||||||
WTErr WCMRAudioDevice::SetStreaming (bool newState)
|
WTErr WCMRAudioDevice::SetStreaming (bool newState)
|
||||||
{
|
{
|
||||||
|
// We must notify angine about our intention to start streming
|
||||||
|
// so Engine will provide all the initializations in the first audio callback
|
||||||
|
if (newState) {
|
||||||
|
m_pMyManager->NotifyClient (WCMRAudioDeviceManagerClient::DeviceStartsStreaming);
|
||||||
|
}
|
||||||
|
|
||||||
//This will most likely be overridden, the base class simply
|
//This will most likely be overridden, the base class simply
|
||||||
//changes the member.
|
//changes the member.
|
||||||
m_IsStreaming = newState;
|
m_IsStreaming = newState;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue