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

Method IntSliderUpdated

Source/RandomNoteGenerator.cpp:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void RandomNoteGenerator::IntSliderUpdated(IntSlider* slider, int oldVal, double time)
116{
117 if (slider == mPitchSlider)
118 mNoteOutput.Flush(time);
119}
120
121void RandomNoteGenerator::DropdownUpdated(DropdownList* list, int oldVal, double time)
122{

Callers

nothing calls this directly

Calls 1

FlushMethod · 0.45

Tested by

no test coverage detected