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

Method LoadLayout

Source/ButterworthFilterEffect.cpp:137–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void ButterworthFilterEffect::LoadLayout(const ofxJSONElement& info)
138{
139 mModuleSaveData.LoadFloat("f_min", info, 10, 1, 40000, K(isTextField));
140 mModuleSaveData.LoadFloat("f_max", info, 10000, 1, 40000, K(isTextField));
141}
142
143void ButterworthFilterEffect::SetUpFromSaveData()
144{

Callers

nothing calls this directly

Calls 1

LoadFloatMethod · 0.80

Tested by

no test coverage detected