MCPcopy Create free account
hub / github.com/jerryuhoo/Fire / makePeakFilter

Function makePeakFilter

Source/PluginProcessor.cpp:1160–1166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1158}
1159
1160CoefficientsPtr makePeakFilter(const ChainSettings& chainSettings, double sampleRate)
1161{
1162 return juce::dsp::IIR::Coefficients<float>::makePeakFilter(sampleRate,
1163 chainSettings.peakFreq,
1164 chainSettings.peakQuality,
1165 juce::Decibels::decibelsToGain(chainSettings.peakGainInDecibels));
1166}
1167
1168CoefficientsPtr makeLowcutQFilter(const ChainSettings& chainSettings, double sampleRate)
1169{

Callers 6

makeLowcutQFilterFunction · 0.85
makeHighcutQFilterFunction · 0.85
updatePeakFilterMethod · 0.85
splitBandsMethod · 0.85
updateChainMethod · 0.85
updateLfoChainMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected