Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ SetUpFromSaveData
Method
SetUpFromSaveData
Source/VelocityStepSequencer.cpp:182–186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
}
181
182
void VelocityStepSequencer::SetUpFromSaveData()
183
{
184
SetUpPatchCables(mModuleSaveData.GetString(
"target"
));
185
SetMidiController(mModuleSaveData.GetString(
"controller"
));
186
}
Callers
nothing calls this directly
Calls
1
GetString
Method · 0.80
Tested by
no test coverage detected