| 426 | } |
| 427 | |
| 428 | void SamplerGrid::LoadLayout(const ofxJSONElement& moduleInfo) |
| 429 | { |
| 430 | mModuleSaveData.LoadString("target", moduleInfo); |
| 431 | mModuleSaveData.LoadBool("last_column_is_group", moduleInfo, true); |
| 432 | |
| 433 | SetUpFromSaveData(); |
| 434 | } |
| 435 | |
| 436 | void SamplerGrid::SetUpFromSaveData() |
| 437 | { |
nothing calls this directly
no test coverage detected