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

Method LoadLayout

Source/Capo.cpp:121–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void Capo::LoadLayout(const ofxJSONElement& moduleInfo)
122{
123 mModuleSaveData.LoadString("target", moduleInfo);
124
125 SetUpFromSaveData();
126}
127
128void Capo::SetUpFromSaveData()
129{

Callers 1

OnClickedMethod · 0.45

Calls 1

LoadStringMethod · 0.80

Tested by

no test coverage detected