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

Method LoadLayout

Source/VelocityStepSequencer.cpp:174–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void VelocityStepSequencer::LoadLayout(const ofxJSONElement& moduleInfo)
175{
176 mModuleSaveData.LoadString("target", moduleInfo);
177 mModuleSaveData.LoadString("controller", moduleInfo, "", FillDropdown<MidiController*>);
178
179 SetUpFromSaveData();
180}
181
182void VelocityStepSequencer::SetUpFromSaveData()
183{

Callers

nothing calls this directly

Calls 1

LoadStringMethod · 0.80

Tested by

no test coverage detected