From 1ecdc5f2703995f9909d7f9c86b4be5d4b1e99ca Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 30 Dec 2020 14:43:29 +0100 Subject: [PATCH] Add a better list with unimplemented interfaces --- src/common/serialization/vst3/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/common/serialization/vst3/README.md b/src/common/serialization/vst3/README.md index 32056749..22f64cbb 100644 --- a/src/common/serialization/vst3/README.md +++ b/src/common/serialization/vst3/README.md @@ -1,9 +1,15 @@ # VST3 interfaces -We currently support all VST 3.0.0 interfaces. See +See [docs/vst3.md](https://github.com/robbert-vdh/yabridge/blob/master/docs/vst3.md) for more information on how the serialization works. +The following interfaces are not yet implemented: + +- Every interface introduced after VST 3.0.0 +- The [Presonus extensions](https://presonussoftware.com/en_US/developer), + although most of these things seem to overlap with newer VST3 interfaces + VST3 plugin interfaces are implemented as follows: | yabridge class | Included in | Interfaces |