mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Add a proxy class for IComponentHandler3
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user