summaryrefslogtreecommitdiff
path: root/vst/input_vst.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-01-26 08:49:35 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2013-01-26 08:49:35 +0100
commitbe628876b0515ceee40946e923771e1b40d6641b (patch)
tree71fd3b3ccdc543ede0ae78ebb565a494242a6a7a /vst/input_vst.h
parent838ca69e4b226fa11ce04247148559bef3370959 (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.h3
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__*/