| 447 | } |
| 448 | |
| 449 | void CInstrumentEditorDPCM::SetSelectedSample(std::shared_ptr<ft0cc::doc::dpcm_sample> pSample) const // // // |
| 450 | { |
| 451 | if (int Index = GetSelectedSampleIndex(); Index != -1) // // // |
| 452 | GetDSampleManager()->SetDSample(Index, std::move(pSample)); |
| 453 | } |
| 454 | |
| 455 | void CInstrumentEditorDPCM::OnBnClickedSave() |
| 456 | { |
nothing calls this directly
no test coverage detected