summaryrefslogtreecommitdiff
path: root/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.h')
-rw-r--r--plugin.h3
1 files changed, 3 insertions, 0 deletions
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<std::pair<int, std::string>>& midnam) {}
+
//! Get unique plugin id.
virtual std::string getId() = 0;