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

Method LoadLayout

Source/NoteChance.cpp:175–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175void NoteChance::LoadLayout(const ofxJSONElement& moduleInfo)
176{
177 mModuleSaveData.LoadString("target", moduleInfo);
178
179 SetUpFromSaveData();
180}
181
182void NoteChance::SetUpFromSaveData()
183{

Callers

nothing calls this directly

Calls 1

LoadStringMethod · 0.80

Tested by

no test coverage detected