JUCE
JUCE copied to clipboard
Make nextFFTBlockReady flag atomic.
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.