From ca91cf041de6ca8670a9acc3b16a60efcb199c68 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 13 Dec 2020 12:46:58 +0100 Subject: [PATCH] List the progress of interface implementations --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a15bb90d..6e2e4005 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,15 @@ highly compatible, while also staying easy to debug and maintain. This branch is still very far removed from being in a usable state. Below is an imcomplete list of things that still have to be done before this can be used: -- Actually start implementing VST3 support. +- Left to implement: + - `IHostApplication` for both `IPluginBase::initialize()` as well as for + `IPluginFactory3::setHostContext()`. + - The rest of `IComponent`'s functions after implementing `intialize()` + - `IPluginFactory3::setHostContext()` + - All other mandatory interfaces + - All other optional interfaces +- Fully implemented: + - Nothing yet - Update the GitHub Actions workflows. - Update yabridgectl to handle buth VST2 and VST3 plugins. - Update all documentation to refer to VST2 and VST3 support separately, and