Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
138
void NoteCreator::SetUpFromSaveData()
139
{
140
SetUpPatchCables(mModuleSaveData.GetString(
"target"
));
141
mVoiceIndex = mModuleSaveData.GetInt(
"voice index"
);
142
}
Callers
nothing calls this directly
Calls
2
GetString
Method · 0.80
GetInt
Method · 0.80
Tested by
no test coverage detected