From 53c0ecbac4aee6079ad3ddaf1f9bf1bad1dde382 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Tue, 19 Jan 2021 01:41:03 +0100 Subject: [PATCH] Mention the input focus change in the changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb86016d..44d72fe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -78,6 +78,10 @@ TODO: Add an updated screenshot with some fancy VST3-only plugins to the readme always executed from the GUI thread. This fixes **EZdrummer** not producing any sound as it makes the incorrect assumption that `effMainsChanged()` is always called from the GUI thread. +- Fixed a potential issue where an interaction between _Bitwig Studio_ and + yabridge's input focus grabbing method could cause delayed mouse events when + clicking on a plugin's GUI in Bitwig. This issue has not been reported for + yabridge 2.2.1 and below, but it could in theory also affect those versions. ### yabridgectl