From a609e6895a96db134697acce266e0cb94488f60b Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 20 May 2013 08:26:48 +0200 Subject: Centralise jackclient code for reuse among the jack client modules. Implement most of the jackaudio output module (probably broken atm.). --- drumgizmo/audioinputenginedl.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drumgizmo/audioinputenginedl.h') diff --git a/drumgizmo/audioinputenginedl.h b/drumgizmo/audioinputenginedl.h index b8829e5..ed1fb27 100644 --- a/drumgizmo/audioinputenginedl.h +++ b/drumgizmo/audioinputenginedl.h @@ -28,6 +28,7 @@ #define __DRUMGIZMO_AUDIOINPUTENGINEDL_H__ #include "audioinputengine.h" +#include "jackclient.h" typedef void* (*input_create_func_t)(void); typedef void (*input_destroy_func_t)(void*); @@ -66,6 +67,9 @@ private: input_pre_func_t i_pre; input_run_func_t i_run; input_post_func_t i_post; + + bool is_jack_plugin; + JackClient *jackclient; }; #endif/*__DRUMGIZMO_AUDIOINPUTENGINEDL_H__*/ -- cgit v1.2.3