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

Method SetUpFromSaveData

Source/Looper.cpp:1277–1282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1275}
1276
1277void Looper::SetUpFromSaveData()
1278{
1279 SetTarget(TheSynth->FindModule(mModuleSaveData.GetString("target")));
1280
1281 mDecay = mModuleSaveData.GetFloat("decay");
1282}
1283
1284void Looper::SaveState(FileStreamOut& out)
1285{

Callers

nothing calls this directly

Calls 3

GetStringMethod · 0.80
GetFloatMethod · 0.80
FindModuleMethod · 0.45

Tested by

no test coverage detected