Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
126
void NoteStepper::LoadLayout(const ofxJSONElement& moduleInfo)
127
{
128
mModuleSaveData.LoadBool(
"allow_chords"
, moduleInfo, false);
129
130
SetUpFromSaveData();
131
}
132
133
void NoteStepper::SetUpFromSaveData()
134
{
Callers
nothing calls this directly
Calls
1
LoadBool
Method · 0.80
Tested by
no test coverage detected