mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-19 20:06:09 +01:00
[Summary] Removed useless output
This commit is contained in:
parent
99e4cc9cb4
commit
b9889bf4bc
1 changed files with 0 additions and 1 deletions
|
|
@ -604,7 +604,6 @@ WTErr WCMRPortAudioDevice::SetCurrentSamplingRate (int newRate)
|
|||
//make the change...
|
||||
m_CurrentSamplingRate = newRate;
|
||||
PaError paErr = PaAsio_SetStreamSampleRate (m_PortAudioStream, m_CurrentSamplingRate);
|
||||
std::cout << "Sleeping after sample rate change " << std::endl;
|
||||
Pa_Sleep(PROPERTY_CHANGE_SLEEP_TIME_MILLISECONDS); // sleep some time to make sure the change has place
|
||||
|
||||
if (paErr != paNoError)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue