From b1ca68f62464d7ef731cd7ab23161164d8faa7c5 Mon Sep 17 00:00:00 2001 From: exa <223230@proton.me> Date: Thu, 19 Dec 2024 08:56:13 +0000 Subject: [PATCH] Update warning in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 533945e..813e824 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -> [!NOTE] -> To use Cyma 0.1.0, you often need Mutexes, which can lead to **priority inversion** and **syscalls** on the audio thread. I'm working on a new (most likely MPMC channel/queue-based) system to adress this. It'll be part of Cyma 0.2.0 +> [!CAUTION] +> To use Cyma 0.1.0, you often need to use Mutexes within your plugin code, which can lead to **priority inversion** and **syscalls** on the audio thread. I'm working on a new [channel-based system](https://github.com/exa04/cyma/pull/58) to adress this - expect breaking changes. It'll be part of Cyma 0.2.0.