diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2019-04-07 15:27:50 -0400 |
|---|---|---|
| committer | Gary Scavone <gary@music.mcgill.ca> | 2019-04-19 15:16:47 -0400 |
| commit | 10a2ceddb4912a555dbfa61dc6b7fce0e29f8fb3 (patch) | |
| tree | 7c451b646726cc52384d011f2521adb222ffebb1 /RtAudio.cpp | |
| parent | 0eb9c6351d0f7e51b625547af94b9c01828b2963 (diff) | |
Bug fix for previous bug fix for duplex stream time ticking.
Diffstat (limited to 'RtAudio.cpp')
| -rw-r--r-- | RtAudio.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RtAudio.cpp b/RtAudio.cpp index 2edc14a..912704e 100644 --- a/RtAudio.cpp +++ b/RtAudio.cpp @@ -1656,6 +1656,7 @@ void RtApiCore :: stopStream( void ) stream_.state = STREAM_STOPPED; // set stream time to zero? + // and perhaps clear input user or device buffers? unlock: if ( result == noErr ) return; |
