MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / LoadLayout

Method LoadLayout

Source/AudioRouter.cpp:147–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147void AudioRouter::LoadLayout(const ofxJSONElement& moduleInfo)
148{
149 mModuleSaveData.LoadInt("num_items", moduleInfo, 2, 1, 99, K(isTextField));
150 mModuleSaveData.LoadBool("only_show_active_cable", moduleInfo, false);
151
152 SetUpFromSaveData();
153}
154
155void AudioRouter::SetUpFromSaveData()
156{

Callers

nothing calls this directly

Calls 2

LoadIntMethod · 0.80
LoadBoolMethod · 0.80

Tested by

no test coverage detected