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

Method LoadLayout

Source/MidiCapturer.cpp:115–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void MidiCapturer::LoadLayout(const ofxJSONElement& moduleInfo)
116{
117 mModuleSaveData.LoadString("target", moduleInfo);
118
119 SetUpFromSaveData();
120}
121
122void MidiCapturer::SetUpFromSaveData()
123{

Callers

nothing calls this directly

Calls 1

LoadStringMethod · 0.80

Tested by

no test coverage detected