mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-24 12:57:31 +02:00
Fix the changelog entry for the plugin group fix
This of course happens for any VST2 plugin, not just multiple instances of the same plugin.
This commit is contained in:
+4
-4
@@ -62,10 +62,10 @@ Versioning](https://semver.org/spec/v2.0.0.html).
|
|||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed a longstanding thread safety issue when hosting multiple instances of a
|
- Fixed a longstanding thread safety issue when hosting a lot of VST2 plugins in
|
||||||
VST2 plugin in a plugin group. This could cause plugins to crash or freeze
|
a plugin group. This could cause plugins to crash or freeze when initializing
|
||||||
when initializing a new instance of a VST2 plugin in a plugin group while
|
a new instance of a VST2 plugin in a plugin group while another VST2 plugin in
|
||||||
another instance of the same plugin is processing audio.
|
that same group is processing audio.
|
||||||
- Fixed yabridge's Wine processes inheriting file descriptors in some
|
- Fixed yabridge's Wine processes inheriting file descriptors in some
|
||||||
situations. This could cause **Ardour** and **Mixbus** to hang when trying to
|
situations. This could cause **Ardour** and **Mixbus** to hang when trying to
|
||||||
reopen it after a crash. The watchdog timer added in yabridge 3.2.0 also
|
reopen it after a crash. The watchdog timer added in yabridge 3.2.0 also
|
||||||
|
|||||||
Reference in New Issue
Block a user