Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ SetUpFromSaveData
Method
SetUpFromSaveData
Source/Panner.cpp:158–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
void Panner::SetUpFromSaveData()
159
{
160
SetTarget(TheSynth->FindModule(mModuleSaveData.GetString(
"target"
)));
161
SetPan(mModuleSaveData.GetFloat(
"pan"
));
162
}
Callers
nothing calls this directly
Calls
3
GetString
Method · 0.80
GetFloat
Method · 0.80
FindModule
Method · 0.45
Tested by
no test coverage detected