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 cd41e31cb5
DSP: Ensure that IRs are loaded immediately when Convolution is prepared
Previously, if `loadImpulseResponse` was called before `prepareToPlay`,
the IR wasn't guaranteed to have loaded before the first call to
`processSamples`.

Now, we flush the queue of pending IR-load commands during
`prepareToPlay`, which should ensure that the most recently-loaded IR is
ready to use immediately.
2020-12-15 13:07:18 +00:00
..
juce_Convolution.cpp DSP: Ensure that IRs are loaded immediately when Convolution is prepared 2020-12-15 13:07:18 +00:00
juce_Convolution.h DSP: Fix typo in Convolution docs 2020-11-16 10:14:54 +00:00
juce_Convolution_test.cpp DSP: Ensure that IRs are loaded immediately when Convolution is prepared 2020-12-15 13:07:18 +00:00
juce_FFT.cpp GCC: Suppress cast-align warnings 2020-09-24 12:52:45 +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