MCPcopy 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
77void MacroSlider::LoadLayout(const ofxJSONElement& moduleInfo)
78{
79 mModuleSaveData.LoadInt("num_mappings", moduleInfo, 3, 1, 100, K(isTextField));
80
81 SetUpFromSaveData();
82}
83
84void MacroSlider::SetUpFromSaveData()
85{

Callers

nothing calls this directly

Calls 1

LoadIntMethod · 0.80

Tested by

no test coverage detected