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.
ed eaf0f990d4 Replaced all uses of static_cast<Type&&> with std::move 6 years ago
..
juce_Convolution.cpp DSP: Fixed an uninitialised memory issue in the Convolution class 6 years ago
juce_Convolution.h Cleaned up some doc comments 6 years ago
juce_FFT.cpp Replaced all uses of static_cast<Type&&> with std::move 6 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 7 years ago
juce_Windowing.cpp Fixes for templated code which could default-initialise a SIMDRegister object while expecting to get a zero-initialised value 7 years ago
juce_Windowing.h Add documentation tags 7 years ago