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

Method CheckboxUpdated

Source/RandomNoteGenerator.cpp:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void RandomNoteGenerator::CheckboxUpdated(Checkbox* checkbox, double time)
97{
98 if (checkbox == mEnabledCheckbox)
99 mNoteOutput.Flush(time);
100}
101
102void RandomNoteGenerator::FloatSliderUpdated(FloatSlider* slider, float oldVal, double time)
103{

Callers

nothing calls this directly

Calls 1

FlushMethod · 0.45

Tested by

no test coverage detected