MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / SetFilterParams

Method SetFilterParams

Source/BiquadFilter.cpp:42–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void BiquadFilter::SetFilterParams(double f, double q)
43{
44 if (mF != f || mQ != q)
45 {
46 mF = f;
47 mQ = q;
48 UpdateFilterCoeff();
49 }
50}
51
52void BiquadFilter::UpdateFilterCoeff()
53{

Callers 15

DCRemoverEffectMethod · 0.45
ResetMethod · 0.45
OnScaleChangedMethod · 0.45
EQEffectMethod · 0.45
ResetFilterMethod · 0.45
RadioButtonUpdatedMethod · 0.45
ProducerMethod · 0.45
DistortionEffectMethod · 0.45
CalcFiltersMethod · 0.45
KarplusStrongMethod · 0.45
DrumSynthHitMethod · 0.45
ProcessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected