From 4e289348c2c50be70f963c045be209f39c29f8f2 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 23 May 2021 13:49:38 +0200 Subject: [PATCH] Clarify the VST3 mutual recursion change --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16f38c5e..f97dd683 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,7 +41,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). - VST2 audio processing also received the same small vector optimization to get rid of any last potential allocations during audio processing. - Changed the way mutual recursion in VST3 plugins on the plugin side works to - counter any potential GUI related timing issues with VST3 plugins. + counter any potential GUI related timing issues with VST3 plugins when using + multiple instances of a plugin. - The deserialization part of yabridge's communication is now slightly faster by skipping some unnecessary checks.