mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Serialize the IMidiMapping support
I forgot this, so hosts would think plugins supported IMidiMapping when they really didn't.
This commit is contained in:
@@ -107,6 +107,7 @@ class Vst3PluginProxy : public YaAudioProcessor,
|
|||||||
s.object(connection_point_args);
|
s.object(connection_point_args);
|
||||||
s.object(edit_controller_args);
|
s.object(edit_controller_args);
|
||||||
s.object(edit_controller_2_args);
|
s.object(edit_controller_2_args);
|
||||||
|
s.object(midi_mapping_args);
|
||||||
s.object(note_expression_controller_args);
|
s.object(note_expression_controller_args);
|
||||||
s.object(plugin_base_args);
|
s.object(plugin_base_args);
|
||||||
s.object(program_list_data_args);
|
s.object(program_list_data_args);
|
||||||
|
|||||||
Reference in New Issue
Block a user