summaryrefslogtreecommitdiff
path: root/lv2/input_lv2.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2011-08-09 11:39:30 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2011-08-09 11:39:30 +0200
commit6611e83df0ed5b9bed42ff8cd549da0b5df11df2 (patch)
tree89a82a599d5135236f4111eba05a6967f6087c36 /lv2/input_lv2.h
parent4920ff67f81b9f0c92ec8330136e6f1e949b040f (diff)
Use midimapper in LV2 plugin.
Diffstat (limited to 'lv2/input_lv2.h')
-rw-r--r--lv2/input_lv2.h3
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__*/