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

Method LoadLayout

Source/NoteStrummer.cpp:114–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void NoteStrummer::LoadLayout(const ofxJSONElement& moduleInfo)
115{
116 mModuleSaveData.LoadString("target", moduleInfo);
117
118 SetUpFromSaveData();
119}
120
121void NoteStrummer::SetUpFromSaveData()
122{

Callers

nothing calls this directly

Calls 1

LoadStringMethod · 0.80

Tested by

no test coverage detected