1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
JUCE/modules/juce_dsp/frequency
2017-11-07 14:41:25 +00:00
..
juce_Convolution.cpp Convolution: Added a flag to disable normalisation of loaded impulse responses and fixed a potential crash 2017-10-27 13:00:37 +01:00
juce_Convolution.h Convolution: Added a flag to disable normalisation of loaded impulse responses and fixed a potential crash 2017-10-27 13:00:37 +01:00
juce_FFT.cpp Replaced some old juce-style sort operations with std::sort and lambdas 2017-11-03 16:35:11 +00:00
juce_FFT.h Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_FFT_test.cpp DSP: Add "DSP" UnitTest category to dsp module UnitTests 2017-11-07 14:41:25 +00:00
juce_Windowing.cpp Converted some old uses of non-C++ maths functions to their std equivalents 2017-10-09 17:45:44 +01:00
juce_Windowing.h Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00