diff options
Diffstat (limited to 'lv2/input_lv2.h')
-rw-r--r-- | lv2/input_lv2.h | 5 |
1 files changed, 5 insertions, 0 deletions
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__*/ |