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

Method CheckboxUpdated

Source/StepSequencer.cpp:812–816  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

810}
811
812void StepSequencer::CheckboxUpdated(Checkbox* checkbox, double time)
813{
814 if (checkbox == mEnabledCheckbox)
815 mNoteOutput.Flush(time);
816}
817
818void StepSequencer::FloatSliderUpdated(FloatSlider* slider, float oldVal, double time)
819{

Callers

nothing calls this directly

Calls 1

FlushMethod · 0.45

Tested by

no test coverage detected