| 326 | } |
| 327 | |
| 328 | void KompleteKontrol::SetUpFromSaveData() |
| 329 | { |
| 330 | SetUpPatchCables(mModuleSaveData.GetString("target")); |
| 331 | mMidiControllerCable->SetTarget(TheSynth->FindMidiController(mModuleSaveData.GetString("controller"))); |
| 332 | } |
nothing calls this directly
no test coverage detected