mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-15 04:50:43 +02:00
Add proxy classes for IContextMenu
So we can proxy objects returned by the host during `IComponentHandler3::createContextMenu`.
This commit is contained in:
@@ -44,6 +44,8 @@ VST3 host interfaces are implemented as follows:
|
||||
| `YaComponentHandler` | `Vst3ComponentHandlerProxy` | `IComponentHandler` |
|
||||
| `YaComponentHandler2` | `Vst3ComponentHandlerProxy` | `IComponentHandler2` |
|
||||
| `YaUnitHandler` | `Vst3ComponentHandlerProxy` | `IUnitHandler` |
|
||||
| `Vst3ContextMenuProxy` | | All of the below: |
|
||||
| `YaContextMenu` | `Vst3ContextMenuProxy` | `IContextMenu` |
|
||||
| `Vst3PlugFrameProxy` | | All of the below: |
|
||||
| `YaPlugFrame` | `Vst3PlugFrameProxy` | `IPlugFrame` |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user