| 442 | } |
| 443 | |
| 444 | std::shared_ptr<const ft0cc::doc::dpcm_sample> CInstrumentEditorDPCM::GetSelectedSample() { // // // |
| 445 | int Index = GetSelectedSampleIndex(); // // // |
| 446 | return Index != -1 ? GetDSampleManager()->GetDSample(Index) : nullptr; |
| 447 | } |
| 448 | |
| 449 | void CInstrumentEditorDPCM::SetSelectedSample(std::shared_ptr<ft0cc::doc::dpcm_sample> pSample) const // // // |
| 450 | { |
nothing calls this directly
no test coverage detected