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

Method LoadLayout

Source/NoteStepper.cpp:126–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void NoteStepper::LoadLayout(const ofxJSONElement& moduleInfo)
127{
128 mModuleSaveData.LoadBool("allow_chords", moduleInfo, false);
129
130 SetUpFromSaveData();
131}
132
133void NoteStepper::SetUpFromSaveData()
134{

Callers

nothing calls this directly

Calls 1

LoadBoolMethod · 0.80

Tested by

no test coverage detected