Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ LoadLayout
Method
LoadLayout
Source/MacroSlider.cpp:77–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
void MacroSlider::LoadLayout(const ofxJSONElement& moduleInfo)
78
{
79
mModuleSaveData.LoadInt(
"num_mappings"
, moduleInfo, 3, 1, 100, K(isTextField));
80
81
SetUpFromSaveData();
82
}
83
84
void MacroSlider::SetUpFromSaveData()
85
{
Callers
nothing calls this directly
Calls
1
LoadInt
Method · 0.80
Tested by
no test coverage detected