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

Method CheckboxUpdated

Source/VelocityStepSequencer.cpp:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void VelocityStepSequencer::CheckboxUpdated(Checkbox* checkbox, double time)
107{
108 if (checkbox == mEnabledCheckbox)
109 mNoteOutput.Flush(time);
110}
111
112void VelocityStepSequencer::PlayNote(double time, int pitch, int velocity, int voiceIdx, ModulationParameters modulation)
113{

Callers

nothing calls this directly

Calls 1

FlushMethod · 0.45

Tested by

no test coverage detected