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

Method LoadLayout

Source/Autotalent.cpp:1025–1030  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1023}
1024
1025void Autotalent::LoadLayout(const ofxJSONElement& moduleInfo)
1026{
1027 mModuleSaveData.LoadString("target", moduleInfo);
1028
1029 SetUpFromSaveData();
1030}
1031
1032void Autotalent::SetUpFromSaveData()
1033{

Callers

nothing calls this directly

Calls 1

LoadStringMethod · 0.80

Tested by

no test coverage detected