MCPcopy Create free account
hub / github.com/StrangeLoopsAudio/gRainbow / ~FilterControl

Method ~FilterControl

Source/Components/FilterControl.cpp:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68FilterControl::~FilterControl() {
69 mParameters.global.filterType->removeListener(this);
70 mParameters.global.filterCutoff->removeListener(this);
71 mParameters.global.filterRes->removeListener(this);
72 stopTimer();
73}
74
75void FilterControl::parameterValueChanged(int, float) { mParamHasChanged.store(true); }
76

Callers

nothing calls this directly

Calls 1

removeListenerMethod · 0.80

Tested by

no test coverage detected