Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ CheckboxUpdated
Method
CheckboxUpdated
Source/TransposeFrom.cpp:75–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
void TransposeFrom::CheckboxUpdated(Checkbox* checkbox, double time)
76
{
77
if (checkbox == mEnabledCheckbox)
78
mNoteOutput.Flush(time);
79
}
80
81
int TransposeFrom::GetTransposeAmount() const
82
{
Callers
nothing calls this directly
Calls
1
Flush
Method · 0.45
Tested by
no test coverage detected