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