Skip to content

Commit b1ca68f

Browse files
authored
Update warning in README.md
1 parent e33e723 commit b1ca68f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
> [!NOTE]
2-
> 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
1+
> [!CAUTION]
2+
> 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.
33
44
<div align="center">
55
<img src="doc/logo.svg">

0 commit comments

Comments
 (0)