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

Method LoadLayout

Source/RadioSequencer.cpp:361–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361void RadioSequencer::LoadLayout(const ofxJSONElement& moduleInfo)
362{
363 mModuleSaveData.LoadBool("one_per_column_mode", moduleInfo, true);
364 mModuleSaveData.LoadInt("num_rows", moduleInfo, 8, 1, 16, false);
365 mModuleSaveData.LoadBool("disable_all_when_disabled", moduleInfo, true);
366
367 SetUpFromSaveData();
368}
369
370void RadioSequencer::SetUpFromSaveData()
371{

Callers

nothing calls this directly

Calls 2

LoadBoolMethod · 0.80
LoadIntMethod · 0.80

Tested by

no test coverage detected