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

Method CheckboxUpdated

Source/Capo.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void Capo::CheckboxUpdated(Checkbox* checkbox, double time)
57{
58 if (checkbox == mEnabledCheckbox)
59 mNoteOutput.Flush(time);
60}
61
62void Capo::PlayNote(double time, int pitch, int velocity, int voiceIdx, ModulationParameters modulation)
63{

Callers 3

OnClickedMethod · 0.45
SetFromMidiCCMethod · 0.45
SetValueMethod · 0.45

Calls 1

FlushMethod · 0.45

Tested by

no test coverage detected