.. |
juce_Bias.h
|
Add documentation tags
|
7 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
|
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
|
7 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
|
Add documentation tags
|
7 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
|
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
|
7 years ago |
juce_IIRFilter_Impl.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
|
7 years ago |
juce_LadderFilter.cpp
|
Added MathConstants::halfPi to improve readability
|
7 years ago |
juce_LadderFilter.h
|
Add documentation tags
|
7 years ago |
juce_Oscillator.h
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
juce_Oversampling.cpp
|
Fixed some compiler warnings
|
6 years ago |
juce_Oversampling.h
|
Add documentation tags
|
7 years ago |
juce_ProcessContext.h
|
Add documentation tags
|
7 years ago |
juce_ProcessorChain.h
|
DSP: Added bypass support to ProcessChain and ensured that all DSP processors respect the process context's bypass flag
|
7 years ago |
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
|
7 years ago |
juce_ProcessorWrapper.h
|
Add documentation tags
|
7 years ago |
juce_Reverb.h
|
Add documentation tags
|
7 years ago |
juce_StateVariableFilter.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
|
7 years ago |
juce_WaveShaper.h
|
Fixed a compiler error in the DSP module when using clang C++17 support
|
7 years ago |