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

Method LoadLayout

Source/NoteLooper.cpp:392–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390}
391
392void NoteLooper::LoadLayout(const ofxJSONElement& moduleInfo)
393{
394 mModuleSaveData.LoadString("target", moduleInfo);
395 mModuleSaveData.LoadBool("allow_lookahead", moduleInfo, true);
396
397 SetUpFromSaveData();
398}
399
400void NoteLooper::SetUpFromSaveData()
401{

Callers

nothing calls this directly

Calls 2

LoadStringMethod · 0.80
LoadBoolMethod · 0.80

Tested by

no test coverage detected