From c938068cf53a235bb6c85fbd922049ac14bd78d9 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 10 Jan 2021 17:46:30 +0100 Subject: [PATCH] Update VST3 implementation level We're now at VST 3.6.0. --- README.md | 2 +- src/common/serialization/vst3/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19b7a35c..18cb41c6 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ for VST2 plugins and quick startup times. Its modern concurrent architecture and focus on transparency allows yabridge to be both fast and highly compatible, while also staying easy to debug and maintain. -_VST3 support is currently experimental and only available on the master branch. Yabridge 3.0 will ship with full VST3 support._ +_VST3 support is currently experimental and only available on the master branch. Yabridge 3.0 will ship with full VST 3.7.1 support._ _See [this document](https://github.com/robbert-vdh/yabridge/blob/master/src/common/serialization/vst3/README.md) for all currently implemented interfaces._ ![yabridge screenshot](https://raw.githubusercontent.com/robbert-vdh/yabridge/master/screenshot.png) diff --git a/src/common/serialization/vst3/README.md b/src/common/serialization/vst3/README.md index 94925f93..86b9c23a 100644 --- a/src/common/serialization/vst3/README.md +++ b/src/common/serialization/vst3/README.md @@ -6,7 +6,7 @@ for more information on how the serialization works. The following interfaces are not yet implemented: -- Every interface introduced after VST 3.5.0 +- Every interface introduced after VST 3.6.0 - The [Presonus extensions](https://presonussoftware.com/en_US/developer), although most of these things seem to overlap with newer VST3 interfaces