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

Method SetUpFromSaveData

Source/KompleteKontrol.cpp:328–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328void KompleteKontrol::SetUpFromSaveData()
329{
330 SetUpPatchCables(mModuleSaveData.GetString("target"));
331 mMidiControllerCable->SetTarget(TheSynth->FindMidiController(mModuleSaveData.GetString("controller")));
332}

Callers

nothing calls this directly

Calls 3

GetStringMethod · 0.80
FindMidiControllerMethod · 0.80
SetTargetMethod · 0.45

Tested by

no test coverage detected