Delay VST2 editor window sizing

To work around a buggy plugin.
This commit is contained in:
Robbert van der Helm
2022-02-27 00:59:50 +01:00
parent 136ae5ba98
commit f298a8ae2b
2 changed files with 16 additions and 9 deletions
+2
View File
@@ -34,6 +34,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
If you try to process audio from the...audio thread, then they will produce
silence and hang afterwards (which a fix in yabridge 3.7.0 previously
addressed).
- Worked around a bug in the _RandARP_ VST2 plugin where the plugin would report
that its editor window is 0 by 0 pixels.
- Fixed building under (the currently upcoming) Wine 7.2 because of definition
changes to Wine's numeric types.