Delay showing editor the window

This fixes Waves V13 VST3 plugins crashing when opening the editor. They
will likely still crash later on anyways because they're kinda broken.
Amazing.
This commit is contained in:
Robbert van der Helm
2022-01-09 00:41:14 +01:00
parent 41127f28c0
commit 4767b758b8
5 changed files with 30 additions and 4 deletions
+5
View File
@@ -29,6 +29,11 @@ Versioning](https://semver.org/spec/v2.0.0.html).
### Fixed
- Fixed _Waves_ V13 VST3 plugins crashing when opening the GUI. These plugins
thought it would be a great idea to randomly dereference null pointers if the
window they're embedded in is already visible. A day's worth of debugging well
spent. Even after this, the V13 plugins are a bit unstable under Wine in
general. So as always, if you can avoid them, that would be for the best.
- Fixed sluggish UIs in _Output's Thermal_ and likely a handful of other
JUCE-based plugins. These plugins would emit hundreds to thousands of events
when the GUI changes. Yabridge now detects this, and removes the throttling we