MCPcopy 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
400void NoteLooper::SetUpFromSaveData()
401{
402 SetUpPatchCables(mModuleSaveData.GetString("target"));
403 mAllowLookahead = mModuleSaveData.GetBool("allow_lookahead");
404}
405
406void NoteLooper::SaveState(FileStreamOut& out)
407{

Callers

nothing calls this directly

Calls 2

GetStringMethod · 0.80
GetBoolMethod · 0.80

Tested by

no test coverage detected