1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-24 01:54:22 +00:00
JUCE/modules/juce_audio_plugin_client
reuk 113009c074
VST3 Client: Avoid returning kResultNotImplemented from setComponentState
The base implementation of this function does nothing, and returns 'not
implemented'. It is more correct to return 'ok', to indicate that
setting the component state succeeded.
2024-06-05 19:44:13 +01:00
..
AAX Plugin Client: Remove unnecessary wrapper files 2023-03-14 19:13:03 +00:00
AU/AudioUnitSDK AUSDK: Fix out-of-bounds read when fetching parameter names 2023-12-07 15:44:52 +00:00
detail Docs: Fix some missing Doxygen tags 2023-10-20 11:22:47 +01:00
LV2 LV2 Manifest Helper: Rename main source file 2023-05-31 15:15:26 +01:00
Standalone Formatting 2023-10-02 15:42:20 +01:00
Unity Formatting 2023-10-02 15:42:20 +01:00
VST3 VST3: Fix build failure in manifest helper when using an AppConfig.h 2023-06-05 12:02:59 +01:00
juce_audio_plugin_client.h Bump version number to 7.0.12 2024-04-15 10:27:43 +01:00
juce_audio_plugin_client_AAX.cpp AAX: Ignore some compiler warnings in the SDK 2024-03-04 08:47:05 +00:00
juce_audio_plugin_client_AAX.mm Plugin Client: Remove unnecessary wrapper files 2023-03-14 19:13:03 +00:00
juce_audio_plugin_client_AAX_utils.cpp AAX: Ignore some compiler warnings in the SDK 2024-03-04 08:47:05 +00:00
juce_audio_plugin_client_ARA.cpp Fix float equality warnings in the ARA SDK 2023-04-14 10:17:29 +01:00
juce_audio_plugin_client_AU_1.mm AU Client: Suppress EnumCastOutOfRange Clang Analyzer warning 2024-04-25 19:02:15 +01:00
juce_audio_plugin_client_AU_2.mm Global: Avoid floating-point equality checks where possible 2023-04-04 19:55:11 +01:00
juce_audio_plugin_client_AUv3.mm Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
juce_audio_plugin_client_LV2.cpp LV2 Helper: Fix a warning regarding a temporary value 2024-02-29 12:21:10 +00:00
juce_audio_plugin_client_LV2.mm Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_audio_plugin_client_Standalone.cpp Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
juce_audio_plugin_client_Unity.cpp Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
juce_audio_plugin_client_VST2.cpp Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
juce_audio_plugin_client_VST2.mm Plugin Client: Remove unnecessary wrapper files 2023-03-14 19:13:03 +00:00
juce_audio_plugin_client_VST3.cpp VST3 Client: Avoid returning kResultNotImplemented from setComponentState 2024-06-05 19:44:13 +01:00
juce_audio_plugin_client_VST3.mm Plugin Client: Remove unnecessary wrapper files 2023-03-14 19:13:03 +00:00