mirror of
https://github.com/thestk/stk
synced 2026-04-23 15:48:37 +00:00
Version 4.1.3
This commit is contained in:
committed by
Stephen Sinclair
parent
586b0add5f
commit
cf06b7598b
@@ -37,7 +37,7 @@
|
||||
*/
|
||||
/************************************************************************/
|
||||
|
||||
// RtAudio: Version 3.0, 1 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.
|
||||
|
||||
Reference in New Issue
Block a user