From 15b6442a5a7adabf9f772efdf04d82fa1de3c5b5 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Thu, 17 Sep 2020 14:42:45 +0200 Subject: [PATCH] Remove the notice about double precision audio Now that yabridge 1.6.0 will finally get a release. --- CHANGELOG.md | 2 -- README.md | 3 --- 2 files changed, 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6924db36..99a41e0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,8 +14,6 @@ Versioning](https://semver.org/spec/v2.0.0.html). used, but some plugins running under REAPER can make use of this. Without this those plugins would cause REAPER's audio engine to segfault. - TODO: Remove the notice about this from the README - ### Fixed - Increased the limit for the maximum number of audio channels. This would cause diff --git a/README.md b/README.md index 97d71899..5b4270c0 100644 --- a/README.md +++ b/README.md @@ -466,9 +466,6 @@ There are also some VST2.X extension features that have not been implemented yet because I haven't needed them myself. Let me know if you need any of these features for a certain plugin or VST host: -- Double precision audio (`processDoubleReplacing`). **This is now implemented - on the master branch and will be part of the next release. Without this some - specific plugins will crash under REAPER.** - SysEx messages. In addition to MIDI, VST 2.4 also supports SysEx. I don't know of any hosts or plugins that use this, but please let me know if this is needed for something.