.. |
juce_Bias.h
|
Added a new templated SmoothedValue class
|
6 years ago |
juce_FIRFilter.cpp
|
Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi
|
7 years ago |
juce_FIRFilter.h
|
Minor documentation cleanup in the DSP module
|
6 years ago |
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
|
6 years ago |
juce_Gain.h
|
Added a new templated SmoothedValue class
|
6 years ago |
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
|
6 years ago |
juce_IIRFilter.h
|
Minor documentation cleanup in the DSP module
|
6 years ago |
juce_IIRFilter_Impl.h
|
Replaced all uses of static_cast<Type&&> with std::move
|
6 years ago |
juce_LadderFilter.cpp
|
LinearSmoothedValue: Changed the new interface
|
6 years ago |
juce_LadderFilter.h
|
Added a new templated SmoothedValue class
|
6 years ago |
juce_Oscillator.h
|
Added a new templated SmoothedValue class
|
6 years ago |
juce_Oversampling.cpp
|
DSP: Improved some variable names and documentation
|
6 years ago |
juce_Oversampling.h
|
Documentation fixes
|
6 years ago |
juce_ProcessContext.h
|
Minor documentation cleanup in the DSP module
|
6 years ago |
juce_ProcessorChain.h
|
DSP: Added some const processor accessors
|
6 years ago |
juce_ProcessorDuplicator.h
|
Replaced all uses of static_cast<Type&&> with std::move
|
6 years ago |
juce_ProcessorWrapper.h
|
Add documentation tags
|
7 years ago |
juce_Reverb.h
|
Added various clang-tidy modernize-* fixes
|
6 years ago |
juce_StateVariableFilter.h
|
Replaced all uses of static_cast<Type&&> with std::move
|
6 years ago |
juce_WaveShaper.h
|
Fixed a compiler error in the DSP module when using clang C++17 support
|
7 years ago |