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

Method SetUpFromSaveData

Source/PulseSequence.cpp:331–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331void PulseSequence::SetUpFromSaveData()
332{
333 SetUpPatchCables(mModuleSaveData.GetString("target"));
334 PulseSequence::Resize(mModuleSaveData.GetInt("width"),
335 mModuleSaveData.GetInt("height"));
336}

Callers

nothing calls this directly

Calls 2

GetStringMethod · 0.80
GetIntMethod · 0.80

Tested by

no test coverage detected