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

Method SetUpFromSaveData

Source/Rewriter.cpp:222–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222void Rewriter::SetUpFromSaveData()
223{
224 SetTarget(TheSynth->FindModule(mModuleSaveData.GetString("target")));
225
226 mLooperCable->SetTarget(TheSynth->FindModule(mModuleSaveData.GetString("looper"), false));
227}

Callers

nothing calls this directly

Calls 3

GetStringMethod · 0.80
FindModuleMethod · 0.45
SetTargetMethod · 0.45

Tested by

no test coverage detected