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

Method LoadLayout

Source/Chorder.cpp:319–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319void Chorder::LoadLayout(const ofxJSONElement& moduleInfo)
320{
321 mModuleSaveData.LoadString("target", moduleInfo);
322 mModuleSaveData.LoadBool("multislider_mode", moduleInfo, true);
323
324 SetUpFromSaveData();
325}
326
327void Chorder::SetUpFromSaveData()
328{

Callers

nothing calls this directly

Calls 2

LoadStringMethod · 0.80
LoadBoolMethod · 0.80

Tested by

no test coverage detected