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

Method LoadLayout

Source/Vocoder.cpp:254–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254void Vocoder::LoadLayout(const ofxJSONElement& moduleInfo)
255{
256 mModuleSaveData.LoadString("target", moduleInfo);
257
258 SetUpFromSaveData();
259}
260
261void Vocoder::SetUpFromSaveData()
262{

Callers

nothing calls this directly

Calls 1

LoadStringMethod · 0.80

Tested by

no test coverage detected