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

Function updateCoefficients

Source/PluginProcessor.cpp:1107–1110  ·  view source on GitHub ↗

Filter selection

Source from the content-addressed store, hash-verified

1105
1106// Filter selection
1107void updateCoefficients(CoefficientsPtr& old, const CoefficientsPtr& replacements)
1108{
1109 *old = *replacements;
1110}
1111
1112ChainSettings getChainSettings(juce::AudioProcessorValueTreeState& apvts)
1113{

Callers 6

updatePeakFilterMethod · 0.85
updateLowCutFiltersMethod · 0.85
updateHighCutFiltersMethod · 0.85
updateChainMethod · 0.85
updateLfoChainMethod · 0.85
updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected