I made a plug-in, but it makes weird noise

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.

1 Like