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

Method SetUpFromSaveData

Source/Lissajous.cpp:144–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144void Lissajous::SetUpFromSaveData()
145{
146 SetTarget(TheSynth->FindModule(mModuleSaveData.GetString("target")));
147 mWidth = mModuleSaveData.GetFloat("width");
148 mHeight = mModuleSaveData.GetFloat("height");
149 mAutocorrelationMode = mModuleSaveData.GetBool("autocorrelation");
150}

Callers

nothing calls this directly

Calls 4

GetStringMethod · 0.80
GetFloatMethod · 0.80
GetBoolMethod · 0.80
FindModuleMethod · 0.45

Tested by

no test coverage detected