JUCE
JUCE copied to clipboard
Make OggWriter::OggWriter() safely callable from multiple threads
@reuk This one still isn't resolved. Can be fixed with my very old suggested patch or using a similar approach to the LockedRandom
you used in 093dbc7
@danra just keep you posted I've looked into this issue and agree that using getSystemRandom()
isn't the right thing to do here. I'm looking at removing calls to getSystemRandom()
from all JUCE library code, hopefully we'll have something merged soon (likely next week now).
Thanks for reporting.