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
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
..
containers GCC: Suppress cast-align warnings 2020-09-24 12:52:45 +01:00
filter_design DSP: Slightly tidied filter-design function 2020-12-14 12:20:47 +00:00
frequency DSP: Ensure that IRs are loaded immediately when Convolution is prepared 2020-12-15 13:07:18 +00:00
maths Clang: Fix warnings when building with clang 10 2020-07-01 10:00:43 +01:00
native Updated all license headers 2020-06-29 08:30:22 +01:00
processors Solved an issue in dsp::BallisticsFilter with peak and RMS envelopes calculation formulas 2020-09-22 10:23:37 +01:00
widgets DSP: Provided the peak rectifier stage directly in dsp::BallisticsFilter 2020-09-18 11:43:00 +01:00
juce_dsp.cpp DSP: Make FixedSizeFunction public 2020-12-15 11:25:56 +00:00
juce_dsp.h DSP: Make FixedSizeFunction public 2020-12-15 11:25:56 +00:00
juce_dsp.mm Updated all license headers 2020-06-29 08:30:22 +01:00