From 77b3943b751bed43d230de6db322a750bfd1fc8e Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 4 Apr 2013 21:19:58 +0200 Subject: New message system. New common midi input class. Some compiler warning fixes. New ListBoxBasic class used by both LustBox and ComboBox. New embossed font. --- lv2/input_lv2.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'lv2/input_lv2.h') diff --git a/lv2/input_lv2.h b/lv2/input_lv2.h index 00e0b51..aa39a23 100644 --- a/lv2/input_lv2.h +++ b/lv2/input_lv2.h @@ -27,12 +27,11 @@ #ifndef __DRUMGIZMO_INPUT_LV2_H__ #define __DRUMGIZMO_INPUT_LV2_H__ -#include -#include +#include #include -class InputLV2 : public AudioInputEngine { +class InputLV2 : public AudioInputEngineMidi { public: InputLV2(); ~InputLV2(); @@ -48,12 +47,8 @@ public: event_t *run(size_t pos, size_t len, size_t *nevents); void post(); - void loadMidiMap(std::string file); - LV2_Event_Buffer *eventPort; - MidiMapper mmap; - private: Instruments *instruments; }; -- cgit v1.2.3