Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ SetUpFromSaveData
Method
SetUpFromSaveData
Source/NoteLooper.cpp:400–404 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
398
}
399
400
void NoteLooper::SetUpFromSaveData()
401
{
402
SetUpPatchCables(mModuleSaveData.GetString(
"target"
));
403
mAllowLookahead = mModuleSaveData.GetBool(
"allow_lookahead"
);
404
}
405
406
void NoteLooper::SaveState(FileStreamOut& out)
407
{
Callers
nothing calls this directly
Calls
2
GetString
Method · 0.80
GetBool
Method · 0.80
Tested by
no test coverage detected