1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00
JUCE/modules/juce_audio_processors/processors
ed b9542ccc4c Update code to use C++14 [[deprecated]] attribute
This commit removes the various compiler-specific JUCE_DEPRECATED macros and replaces them with C++14's deprecated attribute. It also removes the JUCE_CATCH_DEPRECATED_CODE_MISUSE flag as we can rely on the override specifier catching usage of these old virtual methods, and tidies up the DOXYGEN preprocessor checks as they were inconsistent across the codebase.
2021-09-29 16:14:00 +01:00
..
juce_AudioPluginInstance.cpp AudioPluginInstance: Add API to retrieve parameter IDs from hosted plugins 2021-09-27 15:44:47 +01:00
juce_AudioPluginInstance.h Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_AudioProcessor.cpp AudioProcessor: Add checks to ensure AAX parameter ID compatibility 2021-07-23 10:58:44 +01:00
juce_AudioProcessor.h Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_AudioProcessorEditor.cpp AudioProcessorEditor: Fixed a bug introduced in 5a59c92b causing editors to always be marked as resizable by the host when using the default ComponentBoundsConstrainer 2021-05-26 09:21:13 +01:00
juce_AudioProcessorEditor.h AudioProcessorEditor: Allow showing a host-provided parameter menu in VST3 plugins 2021-06-11 11:12:35 +01:00
juce_AudioProcessorEditorHostContext.h VST3 Client: Change VST3 native menu so that its position is specified in logical pixels 2021-09-28 11:31:48 +01:00
juce_AudioProcessorGraph.cpp Fixed some warnings flagged by Clang's static analyzer 2021-07-19 15:48:31 +01:00
juce_AudioProcessorGraph.h AudioProcessorGraph: Improve performance when building large graphs 2021-07-08 10:47:36 +01:00
juce_AudioProcessorListener.h AudioProcessor: Fix default behaviour of updateHostDisplay 2021-03-23 14:37:10 +00:00
juce_AudioProcessorParameter.h AudioProcessorEditor: Allow showing a host-provided parameter menu in VST3 plugins 2021-06-11 11:12:35 +01:00
juce_AudioProcessorParameterGroup.cpp Windows: Fix and suppress some analysis warnings 2021-05-26 15:34:26 +01:00
juce_AudioProcessorParameterGroup.h Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_GenericAudioProcessorEditor.cpp PopupMenu: Add withMousePosition helper function to Options 2021-09-28 11:31:48 +01:00
juce_GenericAudioProcessorEditor.h Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_PluginDescription.cpp PluginDescription: Also check deprecatedUid when matching plugin identifier strings 2021-04-22 14:28:52 +01:00
juce_PluginDescription.h VST3: Add a new PluginDescription::uniqueId field 2021-04-07 15:14:20 +01:00