mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Use multiple reader single writer locks for VST3
This would also need to be done on the plugin side.
This commit is contained in:
@@ -31,6 +31,9 @@ Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
- Fixed VST3 connection point proxies not being disconnected properly. This code
|
||||
path is not being used for any of the current Linux VST3 hosts, so this did
|
||||
not yet cause any issues.
|
||||
- Rewritten the VST3 object handling to prevent some theoretical data races when
|
||||
the host inserts or removes plug instances while other instances of that
|
||||
plugin are processing audio.
|
||||
|
||||
### Packaging notes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user