MCPcopy 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
75void TransposeFrom::CheckboxUpdated(Checkbox* checkbox, double time)
76{
77 if (checkbox == mEnabledCheckbox)
78 mNoteOutput.Flush(time);
79}
80
81int TransposeFrom::GetTransposeAmount() const
82{

Callers

nothing calls this directly

Calls 1

FlushMethod · 0.45

Tested by

no test coverage detected