Serialize the IMidiMapping support

I forgot this, so hosts would think plugins supported IMidiMapping when
they really didn't.
This commit is contained in:
Robbert van der Helm
2021-01-04 00:24:31 +01:00
parent 8924124abb
commit 37c43970f3
@@ -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);