From 75b19928e264ed5a58077498fd61f71e99dc400d Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 30 Oct 2018 17:37:50 +0100 Subject: Add interface to set midnam data from the outside --- plugin.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugin.h') diff --git a/plugin.h b/plugin.h index f541255..e1d8d69 100644 --- a/plugin.h +++ b/plugin.h @@ -120,6 +120,9 @@ public: virtual std::size_t getNumberOfAudioOutputs() = 0; + //! Call this method to set midnam data for midi input + virtual void setMidnamData(const std::vector>& midnam) {} + //! Get unique plugin id. virtual std::string getId() = 0; -- cgit v1.2.3