1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00
JUCE/modules/juce_audio_utils
reuk 08f449d2b0
AudioVisualiserComponent: Fix potential data races
In the old implementation, because pushSample() could be called on the
audio thread, and updated the levels array and the nextSample value
non-atomically, other threads (e.g. the UI thread) were not guaranteed
to see these updates in a consistent order.
2025-06-03 16:12:00 +01:00
..
audio_cd Update licensing information 2024-04-16 11:39:35 +01:00
gui AudioVisualiserComponent: Fix potential data races 2025-06-03 16:12:00 +01:00
native MacOS: Ensure that Bluetooth MIDI dialogue remains visible when we have always on top windows 2025-04-16 18:08:29 +02:00
players Fix code comment for juce::SoundPlayer::play. 2025-02-25 09:56:36 +00:00
juce_audio_utils.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_audio_utils.h Bump version number to 8.0.8 2025-06-02 09:24:54 +01:00
juce_audio_utils.mm Update licensing information 2024-04-16 11:39:35 +01:00