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/audiooutputenginedl.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drumgizmo/audiooutputenginedl.h') diff --git a/drumgizmo/audiooutputenginedl.h b/drumgizmo/audiooutputenginedl.h index 7faa78e..4b22131 100644 --- a/drumgizmo/audiooutputenginedl.h +++ b/drumgizmo/audiooutputenginedl.h @@ -34,6 +34,7 @@ #include "channel.h" #include "audiooutputengine.h" +#include "jackclient.h" typedef void* (*output_create_func_t)(void); typedef void (*output_destroy_func_t)(void*); @@ -72,6 +73,9 @@ private: output_pre_func_t o_pre; output_run_func_t o_run; output_post_func_t o_post; + + bool is_jack_plugin; + JackClient *jackclient; }; #endif/*__DRUMGIZMO_AUDIOOUTPUTENGINEDL_H__*/ -- cgit v1.2.3