1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_dsp/frequency
reuk 5ab6042c04
Convolution: Fix issue where old convolution engines were sometimes used after calling prepare
The startThread/stopThread calls were moved to prevent a thread
sanitizer warning about a race on the vtable of Impl.
2020-07-10 20:04:48 +01:00
..
juce_Convolution.cpp Convolution: Fix issue where old convolution engines were sometimes used after calling prepare 2020-07-10 20:04:48 +01:00
juce_Convolution.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_Convolution_test.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_FFT.cpp Clang: Fix warnings when building with clang 10 2020-07-01 10:00:43 +01:00
juce_FFT.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_FFT_test.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_Windowing.cpp Clang: Fix warnings when building with clang 10 2020-07-01 10:00:43 +01:00
juce_Windowing.h Updated all license headers 2020-06-29 08:30:22 +01:00