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

Method LoadLayout

Source/NoteCreator.cpp:130–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void NoteCreator::LoadLayout(const ofxJSONElement& moduleInfo)
131{
132 mModuleSaveData.LoadString("target", moduleInfo);
133 mModuleSaveData.LoadInt("voice index", moduleInfo, -1, -1, kNumVoices);
134
135 SetUpFromSaveData();
136}
137
138void NoteCreator::SetUpFromSaveData()
139{

Callers

nothing calls this directly

Calls 2

LoadStringMethod · 0.80
LoadIntMethod · 0.80

Tested by

no test coverage detected