From cd23fe254b2275071d81bc97a5123d9e91d19e94 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 28 Nov 2020 13:05:47 +0100 Subject: [PATCH] Add an incomplete list of things needing updates --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index d84a559e..ffbd1919 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,22 @@ communication through [plugin groups](#plugin-groups). 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. +## TODO + +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: + +- Rename `PluginBridge` to `Vst2PluginBridge` and explain that the names are + chosen this way to be easily greppable. +- Actually start implementing VST3 support. +- Make sure all old references to `libyabridge` now refer to `libyabridge-vst2` + or to both `libyabridge-{vst2,vst3}` depending on the situation. +- 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 + figure out how to do this in the least confusing way possible. +- Update all the AUR packages. + ![yabridge screenshot](https://raw.githubusercontent.com/robbert-vdh/yabridge/master/screenshot.png) ### Table of contents