Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ SetUpFromSaveData
Method
SetUpFromSaveData
Source/NoteStepper.cpp:133–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
void NoteStepper::SetUpFromSaveData()
134
{
135
mAllowChords = mModuleSaveData.GetBool(
"allow_chords"
);
136
}
137
138
void NoteStepper::SaveLayout(ofxJSONElement& moduleInfo)
139
{
Callers
nothing calls this directly
Calls
1
GetBool
Method · 0.80
Tested by
no test coverage detected