mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
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. |
||
|---|---|---|
| .. | ||
| containers | ||
| filter_design | ||
| frequency | ||
| maths | ||
| native | ||
| processors | ||
| widgets | ||
| juce_dsp.cpp | ||
| juce_dsp.h | ||
| juce_dsp.mm | ||