MCPcopy 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
852void SongBuilder::SetUpFromSaveData()
853{
854 mResetOnSceneChange = mModuleSaveData.GetBool("reset_transport_every_sequencer_scene");
855}
856
857void SongBuilder::SaveState(FileStreamOut& out)
858{

Callers

nothing calls this directly

Calls 1

GetBoolMethod · 0.80

Tested by

no test coverage detected