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

Method LoadLayout

Source/Panner.cpp:150–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void Panner::LoadLayout(const ofxJSONElement& moduleInfo)
151{
152 mModuleSaveData.LoadString("target", moduleInfo);
153 mModuleSaveData.LoadFloat("pan", moduleInfo, 0, mPanSlider);
154
155 SetUpFromSaveData();
156}
157
158void Panner::SetUpFromSaveData()
159{

Callers

nothing calls this directly

Calls 2

LoadStringMethod · 0.80
LoadFloatMethod · 0.80

Tested by

no test coverage detected