zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit 4352974e0a558f125ca5eda95b4d9e2792c6c296
parent 8c89ba9a5345b0ae6e87a2a6221db08d7fa2e61b
Author: Johannes Lorenz <j.git@lorenz-ho.me>
Date:   Sat, 19 Mar 2022 08:41:57 +0100

Update rtosc to fix rare ThreadLink corruption

This updates submodule rtosc. One of the updates fixes an issue where
ThreadLink reads a message wrong in case the message crosses the end of
the internal ringbuffer (i.e. is split into two halves).

Since zyn's ThreadLink is rather big, and the corruption does not
have an impact on most messages, this fixes a very rare issue, which
could, however, have impact on various other inexplicable issues.