diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2013-10-09 23:47:55 +0200 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-10 01:08:39 +0200 |
| commit | 2b55be781872498a3b4c6cde60be4c2f69ec7eb4 (patch) | |
| tree | 54812cc86ec5cdfecdce677d0c67cee384575ff0 /RtAudio.h | |
| parent | 8cd04dd6b77f05fe0f032959dfefda58b2ce38ae (diff) | |
Version 3.0.1
Diffstat (limited to 'RtAudio.h')
| -rw-r--r-- | RtAudio.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -37,7 +37,7 @@ */ /************************************************************************/ -// RtAudio: Version 3.0, 11 March 2004 +// RtAudio: Version 3.0.1, 22 March 2004 #ifndef __RTAUDIO_H #define __RTAUDIO_H @@ -186,8 +186,7 @@ protected: RtApiStream() :apiHandle(0), userBuffer(0), deviceBuffer(0) {} - // :apiHandle(0), mode(UNINITIALIZED), state(STREAM_STOPPED), - // userBuffer(0), deviceBuffer(0) {} + // mode(UNINITIALIZED), state(STREAM_STOPPED), }; // A protected device structure for audio devices. |
