From 6f550da7b91c1ff1d5acbee1112adf4a16e36a47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Sat, 23 Apr 2016 22:53:40 +0200 Subject: Move input processing of drumgizmo.cc into own class. --- src/drumgizmo.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/drumgizmo.h') diff --git a/src/drumgizmo.h b/src/drumgizmo.h index 13c657d..3e734b5 100644 --- a/src/drumgizmo.h +++ b/src/drumgizmo.h @@ -41,6 +41,7 @@ #include "chresampler.h" #include "configfile.h" #include "settings.h" +#include "inputprocessor.h" #define REFSFILE "refs.conf" @@ -80,7 +81,6 @@ protected: DrumKitLoader loader; Mutex mutex; - bool is_stopping; ///< Is set to true when a TYPE_STOP event has been seen. AudioOutputEngine *oe; AudioInputEngine *ie; @@ -96,6 +96,7 @@ protected: AudioCache audioCache; DrumKit kit; MemChecker memchecker; + InputProcessor input_processor; size_t framesize; bool freewheel; -- cgit v1.2.3