MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / SetUpFromSaveData

Method SetUpFromSaveData

Source/NoteCreator.cpp:138–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void NoteCreator::SetUpFromSaveData()
139{
140 SetUpPatchCables(mModuleSaveData.GetString("target"));
141 mVoiceIndex = mModuleSaveData.GetInt("voice index");
142}

Callers

nothing calls this directly

Calls 2

GetStringMethod · 0.80
GetIntMethod · 0.80

Tested by

no test coverage detected