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_plugin_client
reuk 695a51832b
VST3 Client: Fix issue where active run loops could be removed incorrectly
The same run loop may be registered multiple times, e.g. if the host
passes the same run loop pointer to multiple instances of the plugin.
When a particular run loop client goes out of scope, it should only
remove its own reference to the run loop, because other clients may
still be active and still using that run loop.
2024-07-29 16:11:59 +01:00
..
AAX Add AAX license file 2024-05-23 13:41:59 +01:00
AU/AudioUnitSDK AUSDK: Fix out-of-bounds read when fetching parameter names 2023-12-07 15:44:52 +00:00
detail MinGW: Remove support 2024-06-27 18:10:21 +01:00
LV2 Update licensing information 2024-04-16 11:39:35 +01:00
Standalone Update licensing information 2024-04-16 11:39:35 +01:00
Unity Update licensing information 2024-04-16 11:39:35 +01:00
VST3 Update licensing information 2024-04-16 11:39:35 +01:00
juce_audio_plugin_client.h Bump version number to 8.0.1 2024-07-29 12:43:19 +01:00
juce_audio_plugin_client_AAX.cpp MinGW: Remove support 2024-06-27 18:10:21 +01:00
juce_audio_plugin_client_AAX.mm Update licensing information 2024-04-16 11:39:35 +01:00
juce_audio_plugin_client_AAX_utils.cpp AAX Client: Add more ignored warnings for Clang on Windows 2024-05-20 12:49:55 +01:00
juce_audio_plugin_client_ARA.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_audio_plugin_client_AU_1.mm AU Client: Avoid creating ModalComponentManager during shutdown 2024-06-20 17:52:23 +01:00
juce_audio_plugin_client_AU_2.mm Platform: Remove build-time Apple SDK availability checks 2024-07-03 13:50:08 +01:00
juce_audio_plugin_client_AUv3.mm AUv3 Client: Allow auval to pass when plugin allows arbitrary matched input/output layouts 2024-07-11 16:56:20 +01:00
juce_audio_plugin_client_LV2.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_audio_plugin_client_LV2.mm Update licensing information 2024-04-16 11:39:35 +01:00
juce_audio_plugin_client_Standalone.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_audio_plugin_client_Unity.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_audio_plugin_client_VST2.cpp AAX Client: Add more ignored warnings for Clang on Windows 2024-05-20 12:49:55 +01:00
juce_audio_plugin_client_VST2.mm Update licensing information 2024-04-16 11:39:35 +01:00
juce_audio_plugin_client_VST3.cpp VST3 Client: Fix issue where active run loops could be removed incorrectly 2024-07-29 16:11:59 +01:00
juce_audio_plugin_client_VST3.mm Update licensing information 2024-04-16 11:39:35 +01:00