|
|
|
@@ -17,6 +17,10 @@ along with this program; if not, write to the Free Software |
|
|
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
#ifdef WIN32
|
|
|
|
#pragma warning (disable : 4786)
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#include "JackAudioDriver.h" |
|
|
|
#include "JackTime.h" |
|
|
|
@@ -31,7 +35,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
|
|
|
namespace Jack |
|
|
|
{ |
|
|
|
|
|
|
|
|
|
|
|
JackAudioDriver::JackAudioDriver(const char* name, JackEngine* engine, JackSynchro** table) |
|
|
|
: JackDriver(name, engine, table), |
|
|
|
fCaptureChannels(0), |
|
|
|
|