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

Method SetUpFromSaveData

Source/SpectralDisplay.cpp:175–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175void SpectralDisplay::SetUpFromSaveData()
176{
177 SetTarget(TheSynth->FindModule(mModuleSaveData.GetString("target")));
178 mWidth = mModuleSaveData.GetInt("width");
179 mHeight = mModuleSaveData.GetInt("height");
180}

Callers

nothing calls this directly

Calls 3

GetStringMethod · 0.80
GetIntMethod · 0.80
FindModuleMethod · 0.45

Tested by

no test coverage detected