Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ SetUpFromSaveData
Method
SetUpFromSaveData
Source/SongBuilder.cpp:852–855 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
850
}
851
852
void SongBuilder::SetUpFromSaveData()
853
{
854
mResetOnSceneChange = mModuleSaveData.GetBool(
"reset_transport_every_sequencer_scene"
);
855
}
856
857
void SongBuilder::SaveState(FileStreamOut& out)
858
{
Callers
nothing calls this directly
Calls
1
GetBool
Method · 0.80
Tested by
no test coverage detected