JUCE icon indicating copy to clipboard operation
JUCE copied to clipboard

Make nextFFTBlockReady flag atomic.

Open JamesStubbsEng opened this issue 1 year ago • 0 comments

Simple PR.

Race condition between the audio and messenger thread on nextFFTBlockReady is addressed using atomics.

This PR should fix any undefined behavior including memory barrier problems.

JamesStubbsEng avatar Sep 15 '23 20:09 JamesStubbsEng