diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-01-26 08:49:35 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-01-26 08:49:35 +0100 |
commit | be628876b0515ceee40946e923771e1b40d6641b (patch) | |
tree | 71fd3b3ccdc543ede0ae78ebb565a494242a6a7a /vst/input_vst.h | |
parent | 838ca69e4b226fa11ce04247148559bef3370959 (diff) |
Lots of integration work with GUI, as well as config storage.
Diffstat (limited to 'vst/input_vst.h')
-rw-r--r-- | vst/input_vst.h | 3 |
1 files changed, 3 insertions, 0 deletions
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__*/ |