Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
412
void NoteStepSequencer::SetEnabled(bool on)
413
{
414
mEnabled = on;
415
if (!on)
416
mNoteOutput.Flush(gTime);
417
}
418
419
void NoteStepSequencer::CheckboxUpdated(Checkbox* checkbox, double time)
420
{
Callers
1
DrawModule
Method · 0.45
Calls
1
Flush
Method · 0.45
Tested by
no test coverage detected