Expand on the new mutual recursion changelog entry

This commit is contained in:
Robbert van der Helm
2021-07-10 14:40:06 +02:00
parent 3c94ee7049
commit 1946693244
+2 -1
View File
@@ -63,7 +63,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
freeze when they send a parameter change from the audio thread using the wrong freeze when they send a parameter change from the audio thread using the wrong
VST3 API while at the same time the host is trying to resize the window. This VST3 API while at the same time the host is trying to resize the window. This
would happen in this particular plugin when reopning the Smart Ops panel after would happen in this particular plugin when reopning the Smart Ops panel after
having used it once. having used it once. To fix this, yabridge's Wine-side VST3 mutual recursion
mechanism now only operates when invoked from the GUI thread.
- Fixed missing transport information for VST2 plugins in **Ardour**, breaking - Fixed missing transport information for VST2 plugins in **Ardour**, breaking
host sync and LFOs in certain plugins. This was a regression from yabridge host sync and LFOs in certain plugins. This was a regression from yabridge
3.2.0. 3.2.0.