From 454cef76e7a91666dc1e44ae0a766cae78af6cb9 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 14 Mar 2020 18:29:49 +0100 Subject: [PATCH] Add todo regarding concurrency --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9e687625..4c875b6d 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ There are a few things that should be done before making this public, including: - Check whether sidechaining and ~~MPE~~ work since they're unofficial additions to the VST 2.4 spec. Should either work out of the box or with a minor adjustment. MPE works! + - 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.