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

Method SetUpFromSaveData

Source/Splitter.cpp:99–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void Splitter::SetUpFromSaveData()
100{
101 SetTarget(TheSynth->FindModule(mModuleSaveData.GetString("target")));
102 IClickable* target2 = TheSynth->FindModule(mModuleSaveData.GetString("target2"));
103 if (target2)
104 mPatchCableSource2->AddPatchCable(target2);
105}

Callers

nothing calls this directly

Calls 3

GetStringMethod · 0.80
AddPatchCableMethod · 0.80
FindModuleMethod · 0.45

Tested by

no test coverage detected