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

Method LoadLayout

Source/Looper.cpp:1269–1275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1267}
1268
1269void Looper::LoadLayout(const ofxJSONElement& moduleInfo)
1270{
1271 mModuleSaveData.LoadString("target", moduleInfo);
1272 mModuleSaveData.LoadFloat("decay", moduleInfo, false);
1273
1274 SetUpFromSaveData();
1275}
1276
1277void Looper::SetUpFromSaveData()
1278{

Callers

nothing calls this directly

Calls 2

LoadStringMethod · 0.80
LoadFloatMethod · 0.80

Tested by

no test coverage detected