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

Method SetEnabled

Source/NoteStepSequencer.cpp:412–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410}
411
412void NoteStepSequencer::SetEnabled(bool on)
413{
414 mEnabled = on;
415 if (!on)
416 mNoteOutput.Flush(gTime);
417}
418
419void NoteStepSequencer::CheckboxUpdated(Checkbox* checkbox, double time)
420{

Callers 1

DrawModuleMethod · 0.45

Calls 1

FlushMethod · 0.45

Tested by

no test coverage detected