From af1d57371257b2baf05ed31ebdcdf88eddbe20a5 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Fri, 18 Dec 2020 14:31:26 +0100 Subject: [PATCH] Add IConnectionPoint to the implemented interfaces --- src/common/serialization/vst3/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/serialization/vst3/README.md b/src/common/serialization/vst3/README.md index 800bc2af..da2774ae 100644 --- a/src/common/serialization/vst3/README.md +++ b/src/common/serialization/vst3/README.md @@ -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` |