mirror of
https://github.com/thestk/stk
synced 2026-05-02 20:08:11 +00:00
Version 4.1.2
This commit is contained in:
committed by
Stephen Sinclair
parent
6e0d1955a8
commit
586b0add5f
@@ -23,10 +23,12 @@
|
||||
|
||||
#include "WvOut.h"
|
||||
#include "RtAudio.h"
|
||||
#include "Thread.h"
|
||||
|
||||
class RtWvOut : protected WvOut
|
||||
{
|
||||
public:
|
||||
|
||||
//! Default constructor.
|
||||
/*!
|
||||
The \e device argument is passed to RtAudio during
|
||||
@@ -82,10 +84,9 @@ class RtWvOut : protected WvOut
|
||||
|
||||
protected:
|
||||
|
||||
RtAudio *audio;
|
||||
bool stopped;
|
||||
int stream;
|
||||
int bufferSize;
|
||||
RtAudio *audio_;
|
||||
bool stopped_;
|
||||
int bufferSize_;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user