| .. |
|
juce_Bias.h
|
Added a new templated SmoothedValue class
|
2019-02-19 09:38:04 +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
|
Minor documentation cleanup in the DSP module
|
2019-03-05 08:59:53 +00:00 |
|
juce_FIRFilter_test.cpp
|
Added juce_UnitTestCategories.h to replace raw strings used for test categories
|
2019-04-03 15:10:40 +01:00 |
|
juce_Gain.h
|
Added a new templated SmoothedValue class
|
2019-02-19 09:38:04 +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
|
Minor documentation cleanup in the DSP module
|
2019-03-05 08:59:53 +00:00 |
|
juce_IIRFilter_Impl.h
|
Replaced all uses of static_cast<Type&&> with std::move
|
2018-11-28 17:29:20 +00:00 |
|
juce_LadderFilter.cpp
|
LinearSmoothedValue: Changed the new interface
|
2019-02-15 07:51:35 +00:00 |
|
juce_LadderFilter.h
|
Added a new templated SmoothedValue class
|
2019-02-19 09:38:04 +00:00 |
|
juce_Oscillator.h
|
Minor whitespace tidying
|
2019-03-15 14:10:14 +00:00 |
|
juce_Oversampling.cpp
|
DSP: Improved some variable names and documentation
|
2019-02-13 10:26:06 +00:00 |
|
juce_Oversampling.h
|
Documentation fixes
|
2019-02-22 10:01:53 +00:00 |
|
juce_ProcessContext.h
|
DSP: Fixed a potential dangling reference issue in ProcessContext
|
2019-03-28 12:52:36 +00:00 |
|
juce_ProcessorChain.h
|
DSP: Added some const processor accessors
|
2018-11-27 10:23:10 +00:00 |
|
juce_ProcessorDuplicator.h
|
DSP: Allowed AudioBlocks of const elements
|
2019-03-26 16:32:28 +00:00 |
|
juce_ProcessorWrapper.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_Reverb.h
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |
|
juce_StateVariableFilter.h
|
Replaced all uses of static_cast<Type&&> with std::move
|
2018-11-28 17:29:20 +00: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 |