diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-10-30 17:42:19 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-10-30 17:42:19 +0100 |
commit | 793495a6be9e9fffa8f7ec0e1d3ee4b055c93371 (patch) | |
tree | 837a68c7d839443cdf55673eca84168794e90725 /plugin/drumgizmo_plugin.h | |
parent | 5780c16004944fd29f8a37bf40a877cb15e51488 (diff) |
Added dynamic midnam support.
Diffstat (limited to 'plugin/drumgizmo_plugin.h')
-rw-r--r-- | plugin/drumgizmo_plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/drumgizmo_plugin.h b/plugin/drumgizmo_plugin.h index d864def..106614f 100644 --- a/plugin/drumgizmo_plugin.h +++ b/plugin/drumgizmo_plugin.h @@ -128,6 +128,8 @@ private: bool isFreewheeling() const override; + bool loadMidiMap(const std::string& file, const Instruments& i) override; + protected: DrumGizmoPlugin& plugin; const Instruments* instruments{nullptr}; |