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

Method FloatSliderUpdated

Source/DelayEffect.cpp:216–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216void DelayEffect::FloatSliderUpdated(FloatSlider* slider, float oldVal, double time)
217{
218 if (slider == mDelaySlider)
219 {
220 mInterval = kInterval_None;
221 mDelayRamp.Start(time, mDelay, time + 30);
222 }
223}
224
225void DelayEffect::DropdownUpdated(DropdownList* list, int oldVal, double time)
226{

Callers

nothing calls this directly

Calls 1

StartMethod · 0.45

Tested by

no test coverage detected