From 8cd3f1729a417d933744cf64e2adf78dc07e265c Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 23 Jan 2012 20:37:57 +0100 Subject: Make plugin store its state. Connect state and GUI (and use GUI) --- lv2/input_lv2.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lv2/input_lv2.h') diff --git a/lv2/input_lv2.h b/lv2/input_lv2.h index 73f242a..d6d4727 100644 --- a/lv2/input_lv2.h +++ b/lv2/input_lv2.h @@ -48,9 +48,14 @@ 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; }; #endif/*__DRUMGIZMO_INPUT_LV2_H__*/ -- cgit v1.2.3