mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
Inhibit event loop after IPluginBase::terminate()
This 'fixes' recent Arturia VST3 plugins crashing at the end of a plugin scan in REAPER.
This commit is contained in:
@@ -12,6 +12,13 @@ Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
- Added a `system-asio` build option to aid distro packaging.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed recent _Arturia_ VST3 plugins running into memory errors during plugin
|
||||
scans in **REAPER** and **Ardour**. These plugins would try to read data in
|
||||
the Windows event loop without checking whether that data was initialized,
|
||||
after the data had just been deinitialized.
|
||||
|
||||
### yabridgectl
|
||||
|
||||
- Fixed a regression from yabridge 4.0.0 where VST3 plugins in the 'new' bundle
|
||||
|
||||
Reference in New Issue
Block a user