Fix VST2 editor resizing in REAPER

After solving this for VST3 plugins it become clear that REAPER required
us to do the exact same thing for VST2 plugins.
This commit is contained in:
Robbert van der Helm
2021-01-19 17:42:11 +01:00
parent d252ace189
commit 36535fc3b5
3 changed files with 65 additions and 21 deletions
+2
View File
@@ -84,6 +84,8 @@ TODO: Add an updated screenshot with some fancy VST3-only plugins to the readme
### Fixed
- VST2 plugin editor resizing in **REAPER** would not cause the FX window to be
resized like it would in every other host. This has now been fixed.
- The function for suspending and resuming audio, `effMainsChanged()`, is now
always executed from the GUI thread. This fixes **EZdrummer** not producing
any sound because the plugin makes the incorrect assumption that