1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-07 04:10:08 +00:00
JUCE/modules/juce_audio_devices/native
attila fcb7e0fc20 WinRT midi: Ensure object lifetimes in WinRT async callbacks
While the affected callbacks are cancelled before the referenced
state is deleted, we have had user reports that they can still be
accessed by the cancelled callbacks causing crashes. After only
finding warnings that WinRT AsyncCallback cancellation is not a
guaranteed thing, we saw it best to wrap the pointers.
2022-10-05 15:46:09 +02:00
..
java/app/com/rmsl/juce Update copyright banners 2022-04-04 12:36:32 +01:00
oboe Android: Update to Oboe release 1.6.1 2021-08-11 11:50:04 +01:00
juce_android_Audio.cpp AudioProcessor: Allow querying of the host timestamp in processBlock 2022-04-22 14:18:49 +01:00
juce_android_HighPerformanceAudioHelpers.h Update copyright banners 2022-04-04 12:36:32 +01:00
juce_android_Midi.cpp Update copyright banners 2022-04-04 12:36:32 +01:00
juce_android_Oboe.cpp AudioIODeviceCallback, AudioBuffer, AudioFormatReader: Use const T* const* for multi-channel data 2022-09-22 07:50:18 +00:00
juce_android_OpenSL.cpp AudioProcessor: Allow querying of the host timestamp in processBlock 2022-04-22 14:18:49 +01:00
juce_ios_Audio.cpp AudioIODeviceCallback, AudioBuffer, AudioFormatReader: Use const T* const* for multi-channel data 2022-09-22 07:50:18 +00:00
juce_ios_Audio.h Update copyright banners 2022-04-04 12:36:32 +01:00
juce_linux_ALSA.cpp AudioProcessor: Allow querying of the host timestamp in processBlock 2022-04-22 14:18:49 +01:00
juce_linux_Bela.cpp AudioProcessor: Allow querying of the host timestamp in processBlock 2022-04-22 14:18:49 +01:00
juce_linux_JackAudio.cpp AudioIODeviceCallback, AudioBuffer, AudioFormatReader: Use const T* const* for multi-channel data 2022-09-22 07:50:18 +00:00
juce_linux_Midi.cpp Update copyright banners 2022-04-04 12:36:32 +01:00
juce_mac_CoreAudio.cpp CoreAudio: Fixed typo in recent CoreAudio clean-up 2022-09-28 16:31:58 +02:00
juce_mac_CoreMidi.mm AU: Avoid forming references to variable-size structs MIDIEventList and MIDIPacketList 2022-09-12 16:14:56 +01:00
juce_win32_ASIO.cpp ASIO: Add missing override on destructor 2022-09-27 15:18:21 +01:00
juce_win32_DirectSound.cpp AudioProcessor: Allow querying of the host timestamp in processBlock 2022-04-22 14:18:49 +01:00
juce_win32_Midi.cpp WinRT midi: Ensure object lifetimes in WinRT async callbacks 2022-10-05 15:46:09 +02:00
juce_win32_WASAPI.cpp AudioIODeviceCallback, AudioBuffer, AudioFormatReader: Use const T* const* for multi-channel data 2022-09-22 07:50:18 +00:00