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

Method SetUpFromSaveData

Source/ButterworthFilterEffect.cpp:143–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void ButterworthFilterEffect::SetUpFromSaveData()
144{
145 mFSlider->SetExtents(mModuleSaveData.GetFloat("f_min"), mModuleSaveData.GetFloat("f_max"));
146 ResetFilter();
147}
148
149void ButterworthFilterEffect::SaveLayout(ofxJSONElement& info)
150{

Callers

nothing calls this directly

Calls 2

GetFloatMethod · 0.80
SetExtentsMethod · 0.45

Tested by

no test coverage detected