From 793495a6be9e9fffa8f7ec0e1d3ee4b055c93371 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 30 Oct 2018 17:42:19 +0100 Subject: Added dynamic midnam support. --- plugin/drumgizmo_plugin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugin/drumgizmo_plugin.h') 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}; -- cgit v1.2.3