diff options
Diffstat (limited to 'lv2/input_lv2.h')
-rw-r--r-- | lv2/input_lv2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lv2/input_lv2.h b/lv2/input_lv2.h index 9e1fcac..f904237 100644 --- a/lv2/input_lv2.h +++ b/lv2/input_lv2.h @@ -28,6 +28,7 @@ #define __DRUMGIZMO_INPUT_LV2_H__ #include <audioinputengine.h> +#include <midimapper.h> #include <lv2/lv2plug.in/ns/ext/event/event-helpers.h> @@ -48,6 +49,8 @@ public: void post(); LV2_Event_Buffer *eventPort; + + MidiMapper mmap; }; #endif/*__DRUMGIZMO_INPUT_LV2_H__*/ |