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

Function makeHighcutQFilter

Source/PluginProcessor.cpp:1176–1182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1174}
1175
1176CoefficientsPtr makeHighcutQFilter(const ChainSettings& chainSettings, double sampleRate)
1177{
1178 return juce::dsp::IIR::Coefficients<float>::makePeakFilter(sampleRate,
1179 chainSettings.highCutFreq,
1180 chainSettings.highCutQuality,
1181 juce::Decibels::decibelsToGain(chainSettings.highCutGainInDecibels));
1182}
1183
1184void FireAudioProcessor::updatePeakFilter(const ChainSettings& chainSettings, double sampleRate)
1185{

Callers 3

updateHighCutFiltersMethod · 0.85
updateChainMethod · 0.85
updateLfoChainMethod · 0.85

Calls 1

makePeakFilterFunction · 0.85

Tested by

no test coverage detected