juce::dsp::IIR::Coefficients<float>::makePeakFilter
AFAIK the above function is not real-time safe. Use juce::dsp::IIR::ArrayCoefficients<float> instead.
BTW, you may also upload your header file so that we will make fewer guesses.
juce::dsp::IIR::Coefficients<float>::makePeakFilter
AFAIK the above function is not real-time safe. Use juce::dsp::IIR::ArrayCoefficients<float> instead.
BTW, you may also upload your header file so that we will make fewer guesses.