Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
111
void NoteVibrato::SetUpFromSaveData()
112
{
113
SetUpPatchCables(mModuleSaveData.GetString(
"target"
));
114
mVibratoSlider->SetExtents(0, mModuleSaveData.GetFloat(
"range"
));
115
}
Callers
nothing calls this directly
Calls
3
GetString
Method · 0.80
GetFloat
Method · 0.80
SetExtents
Method · 0.45
Tested by
no test coverage detected