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_dsp/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_BallisticsFilter.cpp Solved an issue in dsp::BallisticsFilter with peak and RMS envelopes calculation formulas 2020-09-22 10:23:37 +01:00
juce_BallisticsFilter.h DSP: Fix uses of "snap to zero" preprocessor definition 2021-04-12 10:57:19 +01:00
juce_DelayLine.cpp DelayLine: Add function to retrieve the maximum possible delay time 2021-09-28 14:04:11 +01:00
juce_DelayLine.h DelayLine: Add function to retrieve the maximum possible delay time 2021-09-28 14:04:11 +01:00
juce_DryWetMixer.cpp DryWetMixer: Update implementation to use SingleThreadedAbstractFifo 2021-09-27 13:15:39 +01:00
juce_DryWetMixer.h DryWetMixer: Update implementation to use SingleThreadedAbstractFifo 2021-09-27 13:15:39 +01:00
juce_FIRFilter.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_FIRFilter.h Use jassertquiet where possible 2021-07-23 10:58:44 +01:00
juce_FIRFilter_test.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_FirstOrderTPTFilter.cpp FirstOrderTPTFilter: Ensure state is updated properly when samplerate is changed 2021-04-08 13:33:11 +01:00
juce_FirstOrderTPTFilter.h DSP: Fix uses of "snap to zero" preprocessor definition 2021-04-12 10:57:19 +01:00
juce_IIRFilter.cpp dsp::IIRFilter: Allow computing filter coefficients without allocating 2021-06-21 19:05:57 +01:00
juce_IIRFilter.h Fix some Doxygen warnings 2021-08-23 09:17:53 +01:00
juce_IIRFilter_Impl.h dsp::IIRFilter: Allow computing filter coefficients without allocating 2021-06-21 19:05:57 +01:00
juce_LinkwitzRileyFilter.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_LinkwitzRileyFilter.h DSP: Fix uses of "snap to zero" preprocessor definition 2021-04-12 10:57:19 +01:00
juce_Oversampling.cpp DSP: Fix uses of "snap to zero" preprocessor definition 2021-04-12 10:57:19 +01:00
juce_Oversampling.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_Panner.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_Panner.h Use jassertquiet where possible 2021-07-23 10:58:44 +01:00
juce_ProcessContext.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_ProcessorChain.h ProcessorChain: Add support for C++17 structured bindings 2021-09-27 13:20:47 +01:00
juce_ProcessorChain_test.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_ProcessorDuplicator.h Tidied up some template statement whitespace 2021-01-29 15:40:12 +00:00
juce_ProcessorWrapper.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_StateVariableFilter.h Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_StateVariableTPTFilter.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_StateVariableTPTFilter.h DSP: Fix uses of "snap to zero" preprocessor definition 2021-04-12 10:57:19 +01:00