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

Method LoadLayout

Source/NoteVibrato.cpp:103–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void NoteVibrato::LoadLayout(const ofxJSONElement& moduleInfo)
104{
105 mModuleSaveData.LoadString("target", moduleInfo);
106 mModuleSaveData.LoadFloat("range", moduleInfo, 1, 0, 64, K(isTextField));
107
108 SetUpFromSaveData();
109}
110
111void NoteVibrato::SetUpFromSaveData()
112{

Callers

nothing calls this directly

Calls 2

LoadStringMethod · 0.80
LoadFloatMethod · 0.80

Tested by

no test coverage detected