In the prepare() function, call the prepare function of the convolver in the processor chain [4].
private:
//==========================================================================
enum
{
convolutionIndex // [2]
};
juce::dsp::ProcessorChainjuce::dsp::Convolution processorChain;
};