Inhibit event loop during VST3 offline processing

This prevents T-RackS 5 from causing the export in Bitwig Studio 4.1.0
beta 2 to freeze.
This commit is contained in:
Robbert van der Helm
2021-11-10 21:29:40 +01:00
parent 9682446fab
commit 5b3210eed6
3 changed files with 27 additions and 2 deletions
+5
View File
@@ -27,6 +27,11 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- The socket endpoint used by a plugin group host process to accept new
connections now gets removed when the group host process shuts down.
Previously this would leave behind a file in the temporary directory.
- Fixed the VST3 version of _IK Multimedia's T-RackS 5_ causing offline
rendering to stall indefinitely. This could happen when exporting or bouncing
audio in **Bitwig Studio 4.1** or in **REAPER**. That plugin deadlocks when it
receives timer events while doing offline audio processing, so we now prevent
that from happening.
## [3.6.0] - 2021-10-15