mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user