mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-26 08:27:43 +01:00
[Summary] Cosmetic fix
This commit is contained in:
parent
6efc1522ed
commit
457931affd
1 changed files with 3 additions and 1 deletions
|
|
@ -341,7 +341,9 @@ 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
|
||||
m_pMyManager->NotifyClient (WCMRAudioDeviceManagerClient::DeviceStartsStreaming);
|
||||
if (newState) {
|
||||
m_pMyManager->NotifyClient (WCMRAudioDeviceManagerClient::DeviceStartsStreaming);
|
||||
}
|
||||
|
||||
//This will most likely be overridden, the base class simply
|
||||
//changes the member.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue