| 632 | } |
| 633 | |
| 634 | void EnvelopeEditor::SetUpFromSaveData() |
| 635 | { |
| 636 | ADSRDisplay* display = dynamic_cast<ADSRDisplay*>(TheSynth->FindUIControl(mModuleSaveData.GetString("target"))); |
| 637 | if (display != nullptr) |
| 638 | SetADSRDisplay(display); |
| 639 | } |
nothing calls this directly
no test coverage detected