Add a proxy class for IComponentHandler3

This commit is contained in:
Robbert van der Helm
2021-01-06 20:49:59 +01:00
parent 1c5ba427c2
commit 237b755c52
4 changed files with 102 additions and 0 deletions
+2
View File
@@ -99,6 +99,7 @@ vst3_plugin_sources = [
'src/common/logging/vst3.cpp',
'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/unit-handler.cpp',
'src/common/serialization/vst3/context-menu/context-menu.cpp',
'src/common/serialization/vst3/host-context/host-application.cpp',
@@ -168,6 +169,7 @@ if with_vst3
'src/common/logging/vst3.cpp',
'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/unit-handler.cpp',
'src/common/serialization/vst3/context-menu/context-menu.cpp',
'src/common/serialization/vst3/host-context/host-application.cpp',