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

Method SetUpFromSaveData

Source/SamplerGrid.cpp:436–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434}
435
436void SamplerGrid::SetUpFromSaveData()
437{
438 SetTarget(TheSynth->FindModule(mModuleSaveData.GetString("target")));
439 mLastColumnIsGroup = mModuleSaveData.GetBool("last_column_is_group");
440}
441
442void SamplerGrid::DropdownUpdated(DropdownList* list, int oldVal, double time)
443{

Callers

nothing calls this directly

Calls 3

GetStringMethod · 0.80
GetBoolMethod · 0.80
FindModuleMethod · 0.45

Tested by

no test coverage detected