From be628876b0515ceee40946e923771e1b40d6641b Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 26 Jan 2013 08:49:35 +0100 Subject: Lots of integration work with GUI, as well as config storage. --- vst/input_vst.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vst/input_vst.h') diff --git a/vst/input_vst.h b/vst/input_vst.h index 84df91a..e8378c8 100644 --- a/vst/input_vst.h +++ b/vst/input_vst.h @@ -50,11 +50,14 @@ public: void processEvents(VstEvents* ev); + void loadMidiMap(std::string file); MidiMapper mmap; private: event_t *list; size_t listsize; + + Instruments *instruments; }; #endif/*__DRUMGIZMO_INPUT_VST_H__*/ -- cgit v1.2.3