From b7ae6619410c273a9dab97ebc74fbdf8b684c383 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Tue, 15 Dec 2020 20:00:06 +0100 Subject: [PATCH 1/2] Mention the VST3 branch in the readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4d2dcabe..c84511b7 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,11 @@ 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. +VST3 support for yabridge is still very far removed from being in a usable +state, but you can track the progress in the +[feature/vst3](https://github.com/robbert-vdh/yabridge/tree/feature/vst3) +branch. + ![yabridge screenshot](https://raw.githubusercontent.com/robbert-vdh/yabridge/master/screenshot.png) ### Table of contents From 6ef740e0b0a67fddfa19dcbf1c8d11a2f12ed103 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 20 Dec 2020 13:14:00 +0100 Subject: [PATCH 2/2] Fix changelog header Unreleased changes of coruse don't have a date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27ef405e..8f80448e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] - 2020-12-12 +## [Unreleased] ### Changed