mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-17 06:00:03 +02:00
Prevent data races in host callbacks
This commit is contained in:
@@ -12,8 +12,6 @@ There are a few things that should be done before releasing this, including:
|
||||
- All effect plugins report that they have a sidechain input and multiple
|
||||
outputs. This might be because of the initial value of the `AEffect` struct
|
||||
we pass to the host callbacks during initialization? Not sure.
|
||||
- Add a similar seaphore to the plugin's `audioMaster` callback handler to
|
||||
prevent requests from multiple threads being sent at once.
|
||||
- Add missing details if any to the architecture section.
|
||||
- Document what this has been tested on and what does or does not work.
|
||||
- Document wine32 support.
|
||||
|
||||
Reference in New Issue
Block a user