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

Method CheckboxUpdated

Source/Vocoder.cpp:246–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246void Vocoder::CheckboxUpdated(Checkbox* checkbox, double time)
247{
248 if (checkbox == mEnabledCheckbox)
249 {
250 mGate.SetEnabled(mEnabled);
251 }
252}
253
254void Vocoder::LoadLayout(const ofxJSONElement& moduleInfo)
255{

Callers

nothing calls this directly

Calls 1

SetEnabledMethod · 0.45

Tested by

no test coverage detected