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

Method Load

Source/FloatSliderLFOControl.cpp:294–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294void FloatSliderLFOControl::Load(LFOSettings settings)
295{
296 mLFOSettings = settings;
297 UpdateFromSettings();
298 mMaxSlider->SetValue(settings.mMaxValue, gTime, true);
299 mMinSlider->SetValue(settings.mMinValue, gTime, true);
300 mEnabled = true;
301}
302
303float FloatSliderLFOControl::Value(int samplesIn /*= 0*/)
304{

Callers

nothing calls this directly

Calls 1

SetValueMethod · 0.45

Tested by

no test coverage detected