Add proxy class for IComponentHandlerBusActivation

This commit is contained in:
Robbert van der Helm
2021-01-14 16:08:48 +01:00
parent 0bed2b7bc0
commit f24632ac8f
4 changed files with 123 additions and 15 deletions
+2
View File
@@ -114,6 +114,7 @@ vst3_plugin_sources = [
'src/common/serialization/vst3/component-handler/component-handler.cpp',
'src/common/serialization/vst3/component-handler/component-handler-2.cpp',
'src/common/serialization/vst3/component-handler/component-handler-3.cpp',
'src/common/serialization/vst3/component-handler/component-handler-bus-activation.cpp',
'src/common/serialization/vst3/component-handler/unit-handler.cpp',
'src/common/serialization/vst3/component-handler/unit-handler-2.cpp',
'src/common/serialization/vst3/context-menu/context-menu.cpp',
@@ -193,6 +194,7 @@ if with_vst3
'src/common/serialization/vst3/component-handler/component-handler.cpp',
'src/common/serialization/vst3/component-handler/component-handler-2.cpp',
'src/common/serialization/vst3/component-handler/component-handler-3.cpp',
'src/common/serialization/vst3/component-handler/component-handler-bus-activation.cpp',
'src/common/serialization/vst3/component-handler/unit-handler.cpp',
'src/common/serialization/vst3/component-handler/unit-handler-2.cpp',
'src/common/serialization/vst3/context-menu/context-menu.cpp',