diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2012-05-31 20:21:04 +0000 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 01:38:30 +0200 |
| commit | 758cf4789a38b161024f5371fd041b5489cf9921 (patch) | |
| tree | 789fb49f6d721d177180eece9b59f794c6209831 /RtAudio.h | |
| parent | f680bc760bce103406a81053c4d56cd501e95002 (diff) | |
Updates to RtAudio.cpp,h to fix deadlock in stopping stream (Core API). Other file updates for upcoming release of version 4.0.11.
Diffstat (limited to 'RtAudio.h')
| -rw-r--r-- | RtAudio.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -10,7 +10,7 @@ RtAudio WWW site: http://www.music.mcgill.ca/~gary/rtaudio/ RtAudio: realtime audio i/o C++ classes - Copyright (c) 2001-2011 Gary P. Scavone + Copyright (c) 2001-2012 Gary P. Scavone Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files @@ -42,7 +42,7 @@ \file RtAudio.h */ -// RtAudio: Version 4.0.10 +// RtAudio: Version 4.0.11 #ifndef __RTAUDIO_H #define __RTAUDIO_H @@ -599,6 +599,7 @@ protected: enum StreamState { STREAM_STOPPED, + STREAM_STOPPING, STREAM_RUNNING, STREAM_CLOSED = -50 }; |
