Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ SetUpFromSaveData
Method
SetUpFromSaveData
Source/PulseSequence.cpp:331–336 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
329
}
330
331
void PulseSequence::SetUpFromSaveData()
332
{
333
SetUpPatchCables(mModuleSaveData.GetString(
"target"
));
334
PulseSequence::Resize(mModuleSaveData.GetInt(
"width"
),
335
mModuleSaveData.GetInt(
"height"
));
336
}
Callers
nothing calls this directly
Calls
2
GetString
Method · 0.80
GetInt
Method · 0.80
Tested by
no test coverage detected