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

Method CheckboxUpdated

Source/NoteStepSequencer.cpp:419–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417}
418
419void NoteStepSequencer::CheckboxUpdated(Checkbox* checkbox, double time)
420{
421 if (checkbox == mEnabledCheckbox)
422 mNoteOutput.Flush(time);
423}
424
425void NoteStepSequencer::GridUpdated(UIGrid* grid, int col, int row, float value, float oldValue)
426{

Callers

nothing calls this directly

Calls 1

FlushMethod · 0.45

Tested by

no test coverage detected