The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tom Poole 56022b6680 DSP: Fixed an uninitialised memory issue in the Convolution class 7 years ago
..
juce_Convolution.cpp DSP: Fixed an uninitialised memory issue in the Convolution class 7 years ago
juce_Convolution.h Cleaned up some doc comments 7 years ago
juce_FFT.cpp DSP: Ensured that FFTW is initialised and destroyed in a thread-safe way 7 years ago
juce_FFT.h Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
juce_FFT_test.cpp Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi 8 years ago
juce_Windowing.cpp Fixes for templated code which could default-initialise a SIMDRegister object while expecting to get a zero-initialised value 8 years ago
juce_Windowing.h Add documentation tags 7 years ago