1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_dsp/processors
2018-08-31 16:52:22 +01:00
..
juce_Bias.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_FIRFilter.cpp Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi 2017-12-06 11:16:22 +00:00
juce_FIRFilter.h Added flag JUCE_STRICT_REFCOUNTEDPOINTER which is recommended to avoid accidental leaks when using ref-counted pointers. Enabled this flag in the demo projects, and used it to help tidy up some dubious smart-pointer use 2018-06-26 14:06:52 +01:00
juce_FIRFilter_test.cpp Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this 2018-07-03 11:51:13 +01:00
juce_Gain.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_IIRFilter.cpp Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this 2018-07-03 11:51:13 +01:00
juce_IIRFilter.h Added flag JUCE_STRICT_REFCOUNTEDPOINTER which is recommended to avoid accidental leaks when using ref-counted pointers. Enabled this flag in the demo projects, and used it to help tidy up some dubious smart-pointer use 2018-06-26 14:06:52 +01:00
juce_IIRFilter_Impl.h Fixed some gcc 8 compiler warnings 2018-07-11 09:17:31 +01:00
juce_LadderFilter.cpp Added MathConstants::halfPi to improve readability 2017-12-06 12:56:00 +00:00
juce_LadderFilter.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_Oscillator.h Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
juce_Oversampling.cpp bit of code clean-up 2018-08-31 16:52:22 +01:00
juce_Oversampling.h bit of code clean-up 2018-08-31 16:52:22 +01:00
juce_ProcessContext.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_ProcessorChain.h DSP: Added bypass support to ProcessChain and ensured that all DSP processors respect the process context's bypass flag 2018-02-14 09:07:05 +00:00
juce_ProcessorDuplicator.h Added flag JUCE_STRICT_REFCOUNTEDPOINTER which is recommended to avoid accidental leaks when using ref-counted pointers. Enabled this flag in the demo projects, and used it to help tidy up some dubious smart-pointer use 2018-06-26 14:06:52 +01:00
juce_ProcessorWrapper.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_Reverb.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_StateVariableFilter.h Cleaned up some doc comments 2018-08-29 10:56:56 +01:00
juce_WaveShaper.h Fixed a compiler error in the DSP module when using clang C++17 support 2018-04-25 12:01:00 +01:00