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

Method LoadLayout

Source/SamplerGrid.cpp:428–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426}
427
428void SamplerGrid::LoadLayout(const ofxJSONElement& moduleInfo)
429{
430 mModuleSaveData.LoadString("target", moduleInfo);
431 mModuleSaveData.LoadBool("last_column_is_group", moduleInfo, true);
432
433 SetUpFromSaveData();
434}
435
436void SamplerGrid::SetUpFromSaveData()
437{

Callers

nothing calls this directly

Calls 2

LoadStringMethod · 0.80
LoadBoolMethod · 0.80

Tested by

no test coverage detected