Add an implementation wrapper for IPlugFrame

This commit is contained in:
Robbert van der Helm
2020-12-22 13:20:49 +01:00
parent 8c2801ce06
commit 90de46428c
4 changed files with 102 additions and 0 deletions
+2
View File
@@ -28,6 +28,8 @@ VST3 host interfaces are implemented as follows:
| `YaHostApplication` | `Vst3HostContextProxy` | `IHostApplication` |
| `Vst3ComponentHandlerProxy` | | All of the below: |
| `YaComponentHandler` | `Vst3ComponentHandlerProxy` | `IComponentHandler` |
| `Vst3PlugFrameProxy` | | All of the below: |
| `YaPlugFrame` | `Vst3PlugFrameProxy` | `IPlugFrame` |
The following host interfaces are passed as function arguments and are thus also
implemented for serialization purposes: