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

Method SetUpFromSaveData

Source/NoteStreamDisplay.cpp:218–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218void NoteStreamDisplay::SetUpFromSaveData()
219{
220 SetUpPatchCables(mModuleSaveData.GetString("target"));
221 mDurationMs = mModuleSaveData.GetFloat("duration_ms");
222 mWidth = mModuleSaveData.GetInt("width");
223 mHeight = mModuleSaveData.GetInt("height");
224}

Callers

nothing calls this directly

Calls 3

GetStringMethod · 0.80
GetFloatMethod · 0.80
GetIntMethod · 0.80

Tested by

no test coverage detected