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

Method SetUpFromSaveData

Source/AudioSend.cpp:148–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148void AudioSend::SetUpFromSaveData()
149{
150 SetTarget(TheSynth->FindModule(mModuleSaveData.GetString("target")));
151 IClickable* target2 = TheSynth->FindModule(mModuleSaveData.GetString("target2"));
152 if (target2)
153 mPatchCableSource2->AddPatchCable(target2);
154}

Callers

nothing calls this directly

Calls 3

GetStringMethod · 0.80
AddPatchCableMethod · 0.80
FindModuleMethod · 0.45

Tested by

no test coverage detected