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

Method SetUpFromSaveData

Source/Panner.cpp:158–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void Panner::SetUpFromSaveData()
159{
160 SetTarget(TheSynth->FindModule(mModuleSaveData.GetString("target")));
161 SetPan(mModuleSaveData.GetFloat("pan"));
162}

Callers

nothing calls this directly

Calls 3

GetStringMethod · 0.80
GetFloatMethod · 0.80
FindModuleMethod · 0.45

Tested by

no test coverage detected