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

Method SetUpFromSaveData

Source/Kicker.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void Kicker::SetUpFromSaveData()
69{
70 SetUpPatchCables(mModuleSaveData.GetString("target"));
71 SetDrumPlayer(dynamic_cast<DrumPlayer*>(TheSynth->FindModule(mModuleSaveData.GetString("drumplayer"), false)));
72}

Callers

nothing calls this directly

Calls 2

GetStringMethod · 0.80
FindModuleMethod · 0.45

Tested by

no test coverage detected