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

Method LoadLayout

Source/AudioMeter.cpp:95–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void AudioMeter::LoadLayout(const ofxJSONElement& moduleInfo)
96{
97 mModuleSaveData.LoadString("target", moduleInfo);
98 mModuleSaveData.LoadFloat("maxlevel", moduleInfo, 1);
99
100 SetUpFromSaveData();
101}
102
103void AudioMeter::SetUpFromSaveData()
104{

Callers

nothing calls this directly

Calls 2

LoadStringMethod · 0.80
LoadFloatMethod · 0.80

Tested by

no test coverage detected