1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_audio_devices
Anthony Nicholls 2e6ee49cfa ListenerList: Add a LightweightListenerList class
When extra guarantees were added to ListenerList to guard against mutations of
the list from callbacks, it also resulted in removing a previously observable
guarantee that calls to the listeners could be made concurrently as long as
those listeners were themselves thread safe. This commit adds a new class that
restores that behaviour for anybody who needs it.
2024-08-01 16:10:09 +00:00
..
audio_io Platform: Remove compatibility checks for Windows 8.1 and earlier 2024-07-03 13:47:06 +01:00
midi_io Update licensing information 2024-04-16 11:39:35 +01:00
native ListenerList: Add a LightweightListenerList class 2024-08-01 16:10:09 +00:00
sources Update licensing information 2024-04-16 11:39:35 +01:00
juce_audio_devices.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_audio_devices.h Bump version number to 8.0.1 2024-07-29 12:43:19 +01:00
juce_audio_devices.mm Update licensing information 2024-04-16 11:39:35 +01:00