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

Method SetEnabled

Source/DelayEffect.cpp:198–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198void DelayEffect::SetEnabled(bool enabled)
199{
200 mEnabled = enabled;
201 if (!enabled)
202 mDelayBuffer.ClearBuffer();
203}
204
205void DelayEffect::CheckboxUpdated(Checkbox* checkbox, double time)
206{

Callers

nothing calls this directly

Calls 1

ClearBufferMethod · 0.80

Tested by

no test coverage detected