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

Method LoadLayout

Source/PulseSequence.cpp:322–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322void PulseSequence::LoadLayout(const ofxJSONElement& moduleInfo)
323{
324 mModuleSaveData.LoadString("target", moduleInfo);
325 mModuleSaveData.LoadInt("width", moduleInfo, 254, 254, 999999, K(isTextField));
326 mModuleSaveData.LoadInt("height", moduleInfo, 58, 58, 999999, K(isTextField));
327
328 SetUpFromSaveData();
329}
330
331void PulseSequence::SetUpFromSaveData()
332{

Callers

nothing calls this directly

Calls 2

LoadStringMethod · 0.80
LoadIntMethod · 0.80

Tested by

no test coverage detected