Add IConnectionPoint to the implemented interfaces

This commit is contained in:
Robbert van der Helm
2020-12-18 14:31:26 +01:00
parent 74f21f12a5
commit af1d573712
+1
View File
@@ -12,6 +12,7 @@ VST3 interfaces are implemented as follows:
| `Vst3PluginProxy` | | All of the below: |
| `YaAudioProcessor` | `Vst3PluginProxy` | `IAudioProcessor` |
| `YaComponent` | `Vst3PluginProxy` | `IComponent` |
| `YaConnectionPoint` | `Vst3PluginProxy` | `IConnectionPoint` |
| `YaEditController` | `Vst3PluginProxy` | `IEditController`, `IEditController2` |
| `YaPluginBase` | `Vst3PluginProxy` | `IPluginBase` |
| `YaHostApplication` | | `iHostAPplication` |