Add a wrapper for IUnitHandler

This commit is contained in:
Robbert van der Helm
2020-12-26 14:12:40 +01:00
parent b9b6129933
commit 5e26d30752
6 changed files with 109 additions and 6 deletions
+1
View File
@@ -29,6 +29,7 @@ VST3 host interfaces are implemented as follows:
| `YaHostApplication` | `Vst3HostContextProxy` | `IHostApplication` |
| `Vst3ComponentHandlerProxy` | | All of the below: |
| `YaComponentHandler` | `Vst3ComponentHandlerProxy` | `IComponentHandler` |
| `YaUnitHandler` | `Vst3ComponentHandlerProxy` | `IUnitHandler` |
| `Vst3PlugFrameProxy` | | All of the below: |
| `YaPlugFrame` | `Vst3PlugFrameProxy` | `IPlugFrame` |