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