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

Method SetUpFromSaveData

Source/NoteVibrato.cpp:111–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void NoteVibrato::SetUpFromSaveData()
112{
113 SetUpPatchCables(mModuleSaveData.GetString("target"));
114 mVibratoSlider->SetExtents(0, mModuleSaveData.GetFloat("range"));
115}

Callers

nothing calls this directly

Calls 3

GetStringMethod · 0.80
GetFloatMethod · 0.80
SetExtentsMethod · 0.45

Tested by

no test coverage detected