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

Method LoadLayout

Source/Rewriter.cpp:204–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204void Rewriter::LoadLayout(const ofxJSONElement& moduleInfo)
205{
206 mModuleSaveData.LoadString("target", moduleInfo);
207
208 mModuleSaveData.LoadString("looper", moduleInfo, "", FillDropdown<Looper*>);
209
210 SetUpFromSaveData();
211}
212
213void Rewriter::SaveLayout(ofxJSONElement& moduleInfo)
214{

Callers

nothing calls this directly

Calls 1

LoadStringMethod · 0.80

Tested by

no test coverage detected