From 37c43970f3544b1d27f12307d0b8b51e63ca058d Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 4 Jan 2021 00:24:31 +0100 Subject: [PATCH] Serialize the IMidiMapping support I forgot this, so hosts would think plugins supported IMidiMapping when they really didn't. --- src/common/serialization/vst3/plugin-proxy.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/serialization/vst3/plugin-proxy.h b/src/common/serialization/vst3/plugin-proxy.h index a1a1a667..427eb91e 100644 --- a/src/common/serialization/vst3/plugin-proxy.h +++ b/src/common/serialization/vst3/plugin-proxy.h @@ -107,6 +107,7 @@ class Vst3PluginProxy : public YaAudioProcessor, s.object(connection_point_args); s.object(edit_controller_args); s.object(edit_controller_2_args); + s.object(midi_mapping_args); s.object(note_expression_controller_args); s.object(plugin_base_args); s.object(program_list_data_args);