Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ LoadLayout
Method
LoadLayout
Source/Capo.cpp:121–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
void Capo::LoadLayout(const ofxJSONElement& moduleInfo)
122
{
123
mModuleSaveData.LoadString(
"target"
, moduleInfo);
124
125
SetUpFromSaveData();
126
}
127
128
void Capo::SetUpFromSaveData()
129
{
Callers
1
OnClicked
Method · 0.45
Calls
1
LoadString
Method · 0.80
Tested by
no test coverage detected